]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/control.h
using 10.5 API for cursor updates as well
[wxWidgets.git] / include / wx / osx / control.h
index 8d7f2652c378f1cd03e3be6ee5bd61554020f8aa..5f1146aa3389d55a07f429a11c17c41a5311fe25 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        control.h
+// Name:        wx/osx/control.h
 // Purpose:     wxControl class
 // Author:      Stefan Csomor
 // Modified by:
@@ -35,7 +35,6 @@ public:
             const wxSize& size = wxDefaultSize, long style = 0,
             const wxValidator& validator = wxDefaultValidator,
             const wxString& name = wxControlNameStr);
-   virtual ~wxControl();
 
    // Simulates an event
    virtual void Command(wxCommandEvent& event) { ProcessCommand(event); }