summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d85eabf)
raw | patch | inline | side by side (parent: d85eabf)
author | johanengelen <johanengelen@users.sourceforge.net> | |
Sun, 17 Jun 2007 20:18:12 +0000 (20:18 +0000) | ||
committer | johanengelen <johanengelen@users.sourceforge.net> | |
Sun, 17 Jun 2007 20:18:12 +0000 (20:18 +0000) |
src/sp-use-reference.cpp | patch | blob | history |
index 8e65593c1aef7c2f10ba598941da3d5034aa7b61..e39b6b7b4e897f950c609bf60da65a0bcf3319fb 100644 (file)
--- a/src/sp-use-reference.cpp
+++ b/src/sp-use-reference.cpp
sourceHref = NULL;
sourceRepr = NULL;
sourceObject = NULL;
- new (&_modified_connection) sigc::connection();
- new (&_delete_connection) sigc::connection();
- new (&_changed_connection) sigc::connection();
- new (&_transformed_connection) sigc::connection();
_changed_connection = changedSignal().connect(sigc::bind(sigc::ptr_fun(sp_usepath_href_changed), this)); // listening to myself, this should be virtual instead
user_unlink = NULL;
quit_listening();
unlink();
-
- _modified_connection.~connection();
- _delete_connection.~connection();
- _changed_connection.~connection();
- _transformed_connection.~connection();
}
void