summaryrefslogtreecommitdiffstats
path: root/src/sp-shape.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-shape.cpp')
-rw-r--r--src/sp-shape.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-shape.cpp b/src/sp-shape.cpp
index e3c0301de..babb4f029 100644
--- a/src/sp-shape.cpp
+++ b/src/sp-shape.cpp
@@ -951,7 +951,7 @@ sp_shape_set_marker (SPObject *object, unsigned int key, const gchar *value)
// CPPIFY: make pure virtual
void CShape::set_shape() {
- throw;
+ //throw;
}
/* Shape section */