From 0d7c3ee0a778bfc2f5e5cbc1701ee6cd12e62012 Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Fri, 24 Oct 2014 21:50:14 -0700 Subject: Cleaned casts from sp-shape by fixing member type. (bzr r13638) --- src/sp-shape.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/sp-shape.h') diff --git a/src/sp-shape.h b/src/sp-shape.h index f260c1ee6..ffdd68948 100644 --- a/src/sp-shape.h +++ b/src/sp-shape.h @@ -28,6 +28,7 @@ #define SP_SHAPE_WRITE_PATH (1 << 2) class SPDesktop; +class SPMarker; namespace Inkscape { class DrawingItem; } /** @@ -51,7 +52,7 @@ public: // temporarily public, until SPPath is properly classed, etc. SPCurve *_curve; public: - SPObject *_marker[SP_MARKER_LOC_QTY]; + SPMarker *_marker[SP_MARKER_LOC_QTY]; sigc::connection _release_connect [SP_MARKER_LOC_QTY]; sigc::connection _modified_connect [SP_MARKER_LOC_QTY]; -- cgit v1.2.3