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);