]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/datectrl.h
allow passing temporary functors to Bind() too (closes #10653)
[wxWidgets.git] / include / wx / generic / datectrl.h
index 75172a2d44612a4d4f67e40bbb5b50370e2e3ce5..28461eb130bb9a9b16a07d46c48b6a3dbf7ff8c3 100644 (file)
@@ -81,7 +81,7 @@ private:
     wxCalendarComboPopup* m_popup;
 
     DECLARE_EVENT_TABLE()
-    DECLARE_NO_COPY_CLASS(wxDatePickerCtrlGeneric)
+    wxDECLARE_NO_COPY_CLASS(wxDatePickerCtrlGeneric);
 };
 
 #endif // _WX_GENERIC_DATECTRL_H_