X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fkeyframetreestore.cpp;h=095ec2c65afbe84b4fb6427ec72b8f5a3f64d2b1;hb=5f937f1d74ccc6dc54f876e62cdea574e7cb56bf;hp=04ef675d2f5f0928b76fc88f63075662974e52af;hpb=3b61f1786f7c6dcb4038af31af709bddddd312b7;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/keyframetreestore.cpp b/synfig-studio/trunk/src/gtkmm/keyframetreestore.cpp index 04ef675..095ec2c 100644 --- a/synfig-studio/trunk/src/gtkmm/keyframetreestore.cpp +++ b/synfig-studio/trunk/src/gtkmm/keyframetreestore.cpp @@ -346,7 +346,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;