ShouldOffset is accessed from a different class (in dcgraph.cpp)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42444 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2006-10-26 10:07:20 +00:00
parent bae2dc62af
commit 9da34e211e

View File

@@ -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;