Revert "Use standard C99 (and Qt) types for 64-bit integers"
[novacoin.git] / src / noui.h
index cbe6fa4..754c222 100644 (file)
@@ -67,4 +67,8 @@ inline void MainFrameRepaint()
 {
 }
 
+inline void InitMessage(const std::string &message)
+{
+}
+
 #endif