From 127543bae3c0a76770e197c7058a783dea18fe3e Mon Sep 17 00:00:00 2001 From: Markus Engel Date: Wed, 31 Jul 2013 23:23:10 +0200 Subject: Removed placement news / explicit destructor calls. (bzr r11608.1.113) --- src/sp-pattern.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sp-pattern.cpp') diff --git a/src/sp-pattern.cpp b/src/sp-pattern.cpp index 34063cb16..1aec904ae 100644 --- a/src/sp-pattern.cpp +++ b/src/sp-pattern.cpp @@ -75,7 +75,7 @@ SPPattern::SPPattern() : SPPaintServer() { this->viewBox_set = FALSE; - new (&this->modified_connection) sigc::connection(); + //new (&this->modified_connection) sigc::connection(); } SPPattern::~SPPattern() { @@ -111,7 +111,7 @@ void SPPattern::release() { this->ref = NULL; } - this->modified_connection.~connection(); + //this->modified_connection.~connection(); SPPaintServer::release(); } -- cgit v1.2.3