]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/textctrl.h
wrap print headers at top level
[wxWidgets.git] / include / wx / palmos / textctrl.h
index 81ef8e8bb1c6fb03967ef3fd46aa39e0d81930fb..465d2134fad937d1a54aec2ae2826deb28468e7d 100644 (file)
 #ifndef _WX_TEXTCTRL_H_
 #define _WX_TEXTCTRL_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "textctrl.h"
-#endif
-
 class WXDLLEXPORT wxTextCtrl : public wxTextCtrlBase
 {
 public:
@@ -35,7 +31,7 @@ public:
 
         Create(parent, id, value, pos, size, style, validator, name);
     }
-    ~wxTextCtrl();
+    virtual ~wxTextCtrl();
 
     bool Create(wxWindow *parent, wxWindowID id,
                 const wxString& value = wxEmptyString,