diff options
| author | Jorge Timón <[email protected]> | 2015-04-16 16:20:01 +0200 |
|---|---|---|
| committer | Jorge Timón <[email protected]> | 2015-04-16 19:58:48 +0200 |
| commit | b74dcb3b4aa29958d22135f2d6c015578069e83c (patch) | |
| tree | 3c7555117404c14c54be2415c00d6a7b65e951da /src/util.cpp | |
| parent | Merge pull request #6012 (diff) | |
| download | discoin-b74dcb3b4aa29958d22135f2d6c015578069e83c.tar.xz discoin-b74dcb3b4aa29958d22135f2d6c015578069e83c.zip | |
Separate CTranslationInterface from CClientUIInterface
Diffstat (limited to 'src/util.cpp')
| -rw-r--r-- | src/util.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.cpp b/src/util.cpp index 5fef3a40d..78c773150 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -104,6 +104,7 @@ string strMiscWarning; bool fLogTimestamps = false; bool fLogIPs = false; volatile bool fReopenDebugLog = false; +CTranslationInterface translationInterface; /** Init OpenSSL library multithreading support */ static CCriticalSection** ppmutexOpenSSL; |