From e122e42354149386159fbff82fbd66e7a8ba1fdb Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Sun, 18 Sep 2011 12:41:48 +0200 Subject: assure that base bitcoind and bitcoin still build --- src/ui.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/ui.h') 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) +{ +} -- cgit v1.2.3