]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/control.h
Removed references to DEBUG and WXDEBUG; cured Motif font problem; removed
[wxWidgets.git] / include / wx / msw / control.h
index 495799bf32021d2e4d822a286f1f3180014777c2..7516125e92f04c012f95df61c3c349abfdd96e6f 100644 (file)
@@ -28,7 +28,7 @@ public:
    wxControl(void);
    ~wxControl(void);
 
-   virtual void Command(wxCommandEvent& WXUNUSED(event)) = 0;        // Simulates an event
+   virtual void Command(wxCommandEvent& WXUNUSED(event)) {};        // Simulates an event
    virtual void ProcessCommand(wxCommandEvent& event); // Calls the callback and
                                                                  // appropriate event handlers
    virtual void SetClientSize(int width, int height);