]> git.saurik.com Git - wxWidgets.git/commitdiff
ShouldOffset is accessed from a different class (in dcgraph.cpp)
authorJulian Smart <julian@anthemion.co.uk>
Thu, 26 Oct 2006 10:07:20 +0000 (10:07 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 26 Oct 2006 10:07:20 +0000 (10:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42444 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/graphics.h

index be2397da23e79b421f6f236d74c049fc70a245d5..0e5502b8032eee4727ae6505335f24d854027a0d 100755 (executable)
@@ -376,10 +376,11 @@ public:
 
      // wrappers using wxPoint2DDouble TODO
 
-protected :
     // helper to determine if a 0.5 offset should be applied for the drawing operation
     virtual bool ShouldOffset() const { return false; }
 
+protected :
+
     wxGraphicsPen* m_pen;
     bool m_releasePen;
     wxGraphicsBrush* m_brush;