]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/frame.h
Reworked Frame class
[wxWidgets.git] / include / wx / gtk1 / frame.h
index 582554c7ef94ca82ecbabe1ad371a02c68cfcc0e..34cb29433b0036d9f9ae3c03f40a6ea20e3ca7d7 100644 (file)
@@ -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; }