diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-04-30 16:34:45 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-04-30 16:37:18 +0200 |
| commit | 8a10000222cb49eb253b41802ecf312adaf79439 (patch) | |
| tree | d3f87f54b5e8e138e65e6fcb945dd1c8ef28e469 /src/init.cpp | |
| parent | Merge pull request #6059 (diff) | |
| parent | Separate CTranslationInterface from CClientUIInterface (diff) | |
| download | discoin-8a10000222cb49eb253b41802ecf312adaf79439.tar.xz discoin-8a10000222cb49eb253b41802ecf312adaf79439.zip | |
Merge pull request #6022
b74dcb3 Separate CTranslationInterface from CClientUIInterface (Jorge Timón)
Diffstat (limited to 'src/init.cpp')
| -rw-r--r-- | src/init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp index b648a237b..527254172 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -68,7 +68,7 @@ enum BindFlags { }; static const char* FEE_ESTIMATES_FILENAME="fee_estimates.dat"; -CClientUIInterface uiInterface; +CClientUIInterface uiInterface; // Declared but not defined in ui_interface.h ////////////////////////////////////////////////////////////////////////////// // |