Don't print pointers as integers, print them as pointers. Thanks to Aurore.
[synfig.git] / synfig-studio / trunk / src / gtkmm / keyframetreestore.cpp
index 345fec5..b6cc877 100644 (file)
@@ -6,6 +6,7 @@
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
+**     Copyright (c) 2007 Chris Moore
 **
 **     This package is free software; you can redistribute it and/or
 **     modify it under the terms of the GNU General Public License as
@@ -31,7 +32,7 @@
 
 #include "keyframetreestore.h"
 #include <synfig/valuenode.h>
-#include "iconcontroler.h"
+#include "iconcontroller.h"
 #include <synfig/valuenode_timedswap.h>
 #include <gtkmm/button.h>
 #include <gtkmm/treerowreference.h>
@@ -45,6 +46,8 @@
 #include "onemoment.h"
 #include <synfig/exception.h>
 
+#include "general.h"
+
 #endif
 
 /* === U S I N G =========================================================== */
@@ -345,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;