From 9da34e211e2819c513ba8f951c55d6be414acaa1 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Thu, 26 Oct 2006 10:07:20 +0000 Subject: [PATCH] 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 --- include/wx/graphics.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/wx/graphics.h b/include/wx/graphics.h index be2397da23..0e5502b803 100755 --- a/include/wx/graphics.h +++ b/include/wx/graphics.h @@ -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; -- 2.45.2