]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/buffer.h
fix multiple problems with selection in controls with wxTR_MULTIPLE style (closes...
[wxWidgets.git] / include / wx / buffer.h
index 4cc340aa518fa7248e26b58781b93958a3596c5a..51214ee9972178926206b15db26e8705dde93a71 100644 (file)
@@ -357,7 +357,7 @@ private:
     // the reference count
     size_t m_ref;
 
-    DECLARE_NO_COPY_CLASS(wxMemoryBufferData)
+    wxDECLARE_NO_COPY_CLASS(wxMemoryBufferData);
 };