]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/dirdlgg.h
Added m_isOpened variable to simulate opening/closing
[wxWidgets.git] / include / wx / generic / dirdlgg.h
index cf0ae90d94c8b66a528a68cbd93e4d184cc71339..f3377ed0cf576e21dbe1fc4faf263bceecf37ac3 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef _WX_DIRDLGG_H_
 #define _WX_DIRDLGG_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "dirdlgg.h"
 #endif
 
@@ -82,6 +82,7 @@ protected:
     wxTextCtrl*       m_input;
 
     DECLARE_EVENT_TABLE()
+    DECLARE_DYNAMIC_CLASS(wxGenericDirDialog)
 };
 
 #endif // _WX_DIRDLGG_H_