aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorJorge Timón <jtimon@jtimon.cc>2015-04-16 16:20:01 +0200
committerJorge Timón <jtimon@jtimon.cc>2015-04-16 19:58:48 +0200
commitb74dcb3b4aa29958d22135f2d6c015578069e83c (patch)
tree3c7555117404c14c54be2415c00d6a7b65e951da /src/test
parent8f955b9661224adc950e302b42d2f7bcb5e90bef (diff)
downloadbitcoin-b74dcb3b4aa29958d22135f2d6c015578069e83c.tar.xz
Separate CTranslationInterface from CClientUIInterface
Diffstat (limited to 'src/test')
-rw-r--r--src/test/test_bitcoin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_bitcoin.cpp b/src/test/test_bitcoin.cpp
index a2cb78c989..4057eccbed 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;