Merge pull request #361 from svost/master
[novacoin.git] / src / init.h
index 8308ee6..84f2712 100644 (file)
@@ -8,7 +8,7 @@
 #include "wallet.h"
 
 extern CWallet* pwalletMain;
-
+extern std::string strWalletFileName;
 void StartShutdown();
 void Shutdown(void* parg);
 bool AppInit2();