#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"
bool m_inDrawing;
- DECLARE_NO_COPY_CLASS(wxOverlay);
+ DECLARE_NO_COPY_CLASS(wxOverlay)
};
class WXDLLEXPORT wxDCOverlay
wxWindowDC* m_dc;
- DECLARE_NO_COPY_CLASS(wxDCOverlay);
+ DECLARE_NO_COPY_CLASS(wxDCOverlay)
};
#endif // _WX_DC_H_BASE_