Separate CTranslationInterface from CClientUIInterface

This commit is contained in:
Jorge Timón
2015-04-16 16:20:01 +02:00
parent 8f955b9661
commit b74dcb3b4a
11 changed files with 24 additions and 23 deletions

View File

@@ -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;