]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/calctrl.h
add an assert indicating that old code overriding OnExecute() must be updated with 2.9
[wxWidgets.git] / include / wx / msw / calctrl.h
index 5f752cb1c05b0fa11b2ce787d8685497ea09533e..1b56830df805d3940ed6484f16dfc29b532d72da 100644 (file)
@@ -53,12 +53,13 @@ public:
     virtual void SetWindowStyleFlag(long style);
 
 protected:
-    virtual wxSize wxCalendarCtrl::DoGetBestSize() const;
+    virtual wxSize DoGetBestSize() const;
 
     virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
 
     virtual bool MSWOnNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result);
 
+    void MSWOnClick(wxMouseEvent& event);
     void MSWOnDoubleClick(wxMouseEvent& event);
 
 private: