Don't print pointers as integers, print them as pointers. Thanks to Aurore.
[synfig.git] / synfig-studio / trunk / src / gtkmm / keyframetreestore.cpp
index 04ef675..b6cc877 100644 (file)
@@ -46,6 +46,8 @@
 #include "onemoment.h"
 #include <synfig/exception.h>
 
+#include "general.h"
+
 #endif
 
 /* === U S I N G =========================================================== */
@@ -346,7 +348,7 @@ KeyframeTreeStore::set_value_impl(const Gtk::TreeModel::iterator& row, int colum
                                // Bad old delta
                                return;
                        }
-                       // row(row) on the next line is bad - don't use it, because it leaves 'row' uninitialised
+                       // row(row) on the next line is bad - don't use it, because it leaves 'row' uninitialized
                        //Gtk::TreeModel::iterator row(row);
                        //row++;
                        //if(!row)return;