]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/filectrl.h
Applied rowspan patch #15276 (dghart)
[wxWidgets.git] / include / wx / gtk / filectrl.h
index 8147b79bc08c6a4bd94085074fb5c203913a32e0..4d11d7f59ceb5e05e67b8a7ef3be88ff961063d9 100644 (file)
@@ -88,9 +88,8 @@ public:
         Create( parent, id, defaultDirectory, defaultFilename, wildCard, style, pos, size, name );
     }
 
-    virtual ~wxGtkFileCtrl() {}
+    virtual ~wxGtkFileCtrl();
 
-    void Init();
     bool Create( wxWindow *parent,
                  wxWindowID id,
                  const wxString& defaultDirectory = wxEmptyString,
@@ -134,6 +133,9 @@ protected:
     wxGtkFileChooser    m_fc;
     wxString            m_wildCard;
 
+private:
+    void Init();
+
     DECLARE_DYNAMIC_CLASS( wxGtkFileCtrl )
 };