From 5fe844b8af28518227721e7c94dac8da1e3bf481 Mon Sep 17 00:00:00 2001 From: Vincent Sonnier Date: Thu, 2 Mar 2017 11:25:39 +0100 Subject: [PATCH] Should fix #520 --- src/AppFrame.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AppFrame.h b/src/AppFrame.h index 7ebb29e..eb9cc48 100644 --- a/src/AppFrame.h +++ b/src/AppFrame.h @@ -131,7 +131,7 @@ public: #endif //set tooltip to window void setStatusText(wxWindow* window, std::string statusText); - void AppFrame::setStatusText(std::string statusText, int value); + void setStatusText(std::string statusText, int value); private: void OnMenu(wxCommandEvent& event);