aboutsummaryrefslogtreecommitdiff
path: root/src/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.h')
-rw-r--r--src/ui.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ui.h b/src/ui.h
index 2a128a7bac..1784af77b3 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -24,7 +24,9 @@ void CalledSetStatusBar(const std::string& strText, int nField);
void MainFrameRepaint();
void CreateMainWindow();
void SetStartOnSystemStartup(bool fAutoStart);
-
+inline void InitMessage(const std::string &message)
+{
+}