X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8febdd39057cf2b4984561cc2f55acc9a0d07aca..2f382cc6be31beb297ce62e41f3ed68e66e36980:/include/wx/gtk1/frame.h diff --git a/include/wx/gtk1/frame.h b/include/wx/gtk1/frame.h index 582554c7ef..34cb29433b 100644 --- a/include/wx/gtk1/frame.h +++ b/include/wx/gtk1/frame.h @@ -87,7 +87,7 @@ public: void SetToolBar(wxToolBar *toolbar); #endif // wxUSE_TOOLBAR - virtual bool Show(bool show); + virtual bool Show(bool show = TRUE); virtual void SetTitle( const wxString &title ); virtual wxString GetTitle() const { return m_title; }