]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/textctrl.h
Added compatibility functions for wxUSE_STL = 1:
[wxWidgets.git] / include / wx / x11 / textctrl.h
index 0f1706da59df35ce10474c9868b045e58a29f77b..1b8f0143a2520066a141c8afd077061372f97282 100644 (file)
 #include "wx/univ/textctrl.h"
 #else
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface "textctrl.h"
 #endif
 
 #include "wx/scrolwin.h"
-#include "wx/dynarray.h"
+#include "wx/arrstr.h"
 #include "wx/datetime.h"
 
 //-----------------------------------------------------------------------------
@@ -101,6 +101,7 @@ public:
                long style = 0,
                const wxValidator& validator = wxDefaultValidator,
                const wxString &name = wxTextCtrlNameStr);
+    virtual ~wxTextCtrl();
 
     bool Create(wxWindow *parent,
                 wxWindowID id,