]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dc.h
use generic wxAnimationCtrl in wxGTK-universal
[wxWidgets.git] / include / wx / dc.h
index afb298c3c330b9755a7ad88c9f06769b11f8b20a..8cee8f3fb75d8d9822f1c0198617fbe99caad539 100644 (file)
@@ -18,6 +18,7 @@
 
 #include "wx/object.h"          // the base class
 
+#include "wx/intl.h"            // for wxLayoutDirection
 #include "wx/cursor.h"          // we have member variables of these classes
 #include "wx/font.h"            // so we can't do without them
 #include "wx/colour.h"
@@ -1001,7 +1002,7 @@ private:
     bool m_inDrawing;
 
 
-    DECLARE_NO_COPY_CLASS(wxOverlay);
+    DECLARE_NO_COPY_CLASS(wxOverlay)
 };
 
 class WXDLLEXPORT wxDCOverlay
@@ -1028,7 +1029,7 @@ private:
     wxWindowDC* m_dc;
 
 
-    DECLARE_NO_COPY_CLASS(wxDCOverlay);
+    DECLARE_NO_COPY_CLASS(wxDCOverlay)
 };
 
 #endif // _WX_DC_H_BASE_