summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2946d61)
raw | patch | inline | side by side (parent: 2946d61)
author | johanengelen <johanengelen@users.sourceforge.net> | |
Sat, 17 Nov 2007 22:32:31 +0000 (22:32 +0000) | ||
committer | johanengelen <johanengelen@users.sourceforge.net> | |
Sat, 17 Nov 2007 22:32:31 +0000 (22:32 +0000) |
src/live_effects/parameter/point.cpp | patch | blob | history |
index ab9f3f98a335910ce1d74247f57447b3cc13767f..3d13ed12dfc93b639bdbbb6840192a3b6247c0e7 100644 (file)
sp_knot_update_ctrl(knot);
// move knot to the given point
- sp_knot_set_position (knot, &NR::Point(*this), SP_KNOT_STATE_NORMAL);
+ sp_knot_set_position (knot, &NR::Point(*static_cast<Geom::Point*>(this)), SP_KNOT_STATE_NORMAL);
sp_knot_show (knot);
/*
// connect knot's signals