]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/selstore.h
remove mentions of wxEVENTS_COMPATIBILITY_2_8
[wxWidgets.git] / include / wx / selstore.h
index b72d10f9905c65a79140f42ec5144f074f24d942..f82d1ac5be994b0eb3d324ae1e0bea728ec90d35 100644 (file)
@@ -94,7 +94,7 @@ private:
     // the array of items whose selection state is different from default
     wxSelectedIndices m_itemsSel;
 
-    DECLARE_NO_COPY_CLASS(wxSelectionStore)
+    wxDECLARE_NO_COPY_CLASS(wxSelectionStore);
 };
 
 #endif // _WX_SELSTORE_H_