]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/textctrl.cpp
Cast needed to fix compilation on 10.4 --This line, and those below,
[wxWidgets.git] / src / msw / textctrl.cpp
index c75c62b3823206ceff655005caf7961a3907609c..3b9129f0a4bd94cd62abd3b3be5f5a0464ddb5a9 100644 (file)
@@ -169,7 +169,7 @@ public:
 private:
     int& m_count;
 
-    DECLARE_NO_COPY_CLASS(UpdatesCountFilter)
+    wxDECLARE_NO_COPY_CLASS(UpdatesCountFilter);
 };
 
 // ----------------------------------------------------------------------------