Code cleanup
[novacoin.git] / src / qt / bitcoin.cpp
index a08eb03..f6f8074 100644 (file)
@@ -57,7 +57,7 @@ static void ThreadSafeMessageBox(const std::string& message, const std::string&
     }
 }
 
-static bool ThreadSafeAskFee(int64 nFeeRequired, const std::string& strCaption)
+static bool ThreadSafeAskFee(int64_t nFeeRequired, const std::string& strCaption)
 {
     if(!guiref)
         return false;