summaryrefslogtreecommitdiffstats
path: root/src/marker.cpp
diff options
context:
space:
mode:
authorMarkus Engel <markus.engel@tum.de>2013-03-14 11:42:39 +0000
committerMarkus Engel <markus.engel@tum.de>2013-03-14 11:42:39 +0000
commita0a8d020201e0e38a63d9aa3dce228d7d9e6fb35 (patch)
tree15eb1db63b425cb0a902cd259401ea2b556028d5 /src/marker.cpp
parentAdded some virtual pad calls to SPObject. (diff)
downloadinkscape-a0a8d020201e0e38a63d9aa3dce228d7d9e6fb35.tar.gz
inkscape-a0a8d020201e0e38a63d9aa3dce228d7d9e6fb35.zip
Various changes.
(bzr r11608.1.48)
Diffstat (limited to 'src/marker.cpp')
-rw-r--r--src/marker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/marker.cpp b/src/marker.cpp
index 50426a2cd..8ee4813c6 100644
--- a/src/marker.cpp
+++ b/src/marker.cpp
@@ -86,7 +86,7 @@ static void sp_marker_class_init(SPMarkerClass *klass)
parent_class = reinterpret_cast<SPGroupClass *>(g_type_class_ref(SP_TYPE_GROUP));
- sp_object_class->build = sp_marker_build;
+ //sp_object_class->build = sp_marker_build;
sp_object_class->release = sp_marker_release;
sp_object_class->set = sp_marker_set;
sp_object_class->update = sp_marker_update;