]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/region.cpp
set correct properties
[wxWidgets.git] / src / msw / region.cpp
index f533f85e0db10195c001112e1fc50e6e14d932a4..3083a5a635d072aa73ca3084b599b839bc2097e3 100644 (file)
@@ -72,7 +72,7 @@ public:
 
 private:
 // Cannot use
-//  DECLARE_NO_COPY_CLASS(wxRegionRefData)
+//  wxDECLARE_NO_COPY_CLASS(wxRegionRefData);
 // because copy constructor is explicitly declared above;
 // but no copy assignment operator is defined, so declare
 // it private to prevent the compiler from defining it: