From 957c3e4b7909d42c5a13f1b1dd583f877fc32259 Mon Sep 17 00:00:00 2001 From: Markus Engel Date: Sat, 30 Mar 2013 00:46:57 +0100 Subject: Removed function pointers from SPObject and subclasses. Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55) --- src/sp-polyline.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sp-polyline.cpp') diff --git a/src/sp-polyline.cpp b/src/sp-polyline.cpp index 319aad41f..aaa116cf5 100644 --- a/src/sp-polyline.cpp +++ b/src/sp-polyline.cpp @@ -53,8 +53,8 @@ void SPPolyLineClass::sp_polyline_class_init(SPPolyLineClass *klass) static_parent_class = (SPShapeClass *)g_type_class_ref(SP_TYPE_SHAPE); //sp_object_class->build = SPPolyLine::build; - sp_object_class->set = SPPolyLine::set; - sp_object_class->write = SPPolyLine::write; +// sp_object_class->set = SPPolyLine::set; +// sp_object_class->write = SPPolyLine::write; // item_class->description = SPPolyLine::getDescription; } -- cgit v1.2.3