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/test/test_bitcoin.cpp | |
| parent | Merge pull request #6012 (diff) | |
| download | discoin-b74dcb3b4aa29958d22135f2d6c015578069e83c.tar.xz discoin-b74dcb3b4aa29958d22135f2d6c015578069e83c.zip | |
Separate CTranslationInterface from CClientUIInterface
Diffstat (limited to 'src/test/test_bitcoin.cpp')
| -rw-r--r-- | src/test/test_bitcoin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_bitcoin.cpp b/src/test/test_bitcoin.cpp index a2cb78c98..4057eccbe 100644 --- a/src/test/test_bitcoin.cpp +++ b/src/test/test_bitcoin.cpp @@ -20,7 +20,7 @@ #include <boost/test/unit_test.hpp> #include <boost/thread.hpp> -CClientUIInterface uiInterface; +CClientUIInterface uiInterface; // Declared but not defined in ui_interface.h CWallet* pwalletMain; extern bool fPrintToConsole; |