Update CWallet::LoadWallet for proper return type.
[novacoin.git] / src / wallet.h
index d336d38..c19b3f4 100644 (file)
@@ -167,7 +167,7 @@ public:
         walletdb.WriteBestBlock(loc);
     }
 
-    bool LoadWallet(bool& fFirstRunRet);
+    int LoadWallet(bool& fFirstRunRet);
 //    bool BackupWallet(const std::string& strDest);
 
     // requires cs_mapAddressBook lock