Seems we need to initialise 'before' and 'after' to keep the compiler happy now,...
[synfig.git] / synfig-core / trunk / src / synfig / waypoint.h
index 9a31f8b..6752434 100644 (file)
@@ -80,7 +80,7 @@ public:
                Model():
                        // we don't need to initialise these 5, but the compiler thinks they're used uninitialised if we don't
                        // and this constructor isn't called often, so it's ok
-                       priority(0), tension(0), continuity(0), bias(0), temporal_tension(0),
+                       priority(0), before(INTERPOLATION_NIL), after(INTERPOLATION_NIL), tension(0), continuity(0), bias(0), temporal_tension(0),
 
                        priority_flag(false),
                        before_flag(false),