summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 69e394b)
raw | patch | inline | side by side (parent: 69e394b)
author | johanengelen <johanengelen@users.sourceforge.net> | |
Sun, 4 Jan 2009 03:56:10 +0000 (03:56 +0000) | ||
committer | johanengelen <johanengelen@users.sourceforge.net> | |
Sun, 4 Jan 2009 03:56:10 +0000 (03:56 +0000) |
src/sp-item.cpp | patch | blob | history |
diff --git a/src/sp-item.cpp b/src/sp-item.cpp
index 886c5d4c2c5c3d0c7edcc8ddf1b8777beaf6edbb..8971c3abbd240951e11d07d2012ac7ec74589e6a 100644 (file)
--- a/src/sp-item.cpp
+++ b/src/sp-item.cpp
#include "sp-item-rm-unsatisfied-cns.h"
#include "sp-pattern.h"
#include "sp-switch.h"
+#include "sp-guide-constraint.h"
#include "gradient-chemistry.h"
#include "preferences.h"
#include "conn-avoid-ref.h"
this->avoidRef = new SPAvoidRef(this);
+ new (&this->constraints) std::vector<SPGuideConstraint>();
+
new (&this->_transformed_signal) sigc::signal<void, Geom::Matrix const *, SPItem *>();
}