X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Fobject.h;h=f8e895848f7ef17e17c59c1f535962a7a2dff12b;hb=7e7cb480bc83406b0ad1cc5cb1e07cc953f49a7d;hp=c346b6de0c9b010199d11dd95bd9b9921e215934;hpb=107a7f787d406f1f664c4986557f9a896e0845ea;p=r2c2.git diff --git a/source/libr2c2/object.h b/source/libr2c2/object.h index c346b6d..f8e8958 100644 --- a/source/libr2c2/object.h +++ b/source/libr2c2/object.h @@ -11,6 +11,9 @@ class Layout; class Object { +public: + sigc::signal signal_moved; + protected: Layout &layout; Vector position;