summaryrefslogtreecommitdiffstats
path: root/ganv
diff options
context:
space:
mode:
Diffstat (limited to 'ganv')
-rw-r--r--ganv/Canvas.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ganv/Canvas.hpp b/ganv/Canvas.hpp
index 886102b..7d12286 100644
--- a/ganv/Canvas.hpp
+++ b/ganv/Canvas.hpp
@@ -128,6 +128,8 @@ private:
inline GanvCanvasImpl* impl() { return _gobj->impl; }
inline const GanvCanvasImpl* impl() const { return _gobj->impl; }
+ sigc::connection _animate_connection;
+
GanvCanvas* const _gobj;
};