Fix some compiler warnings.
[synfig.git] / synfig-studio / trunk / src / gtkmm / childrentreestore.cpp
index 5903550..cf8798f 100644 (file)
@@ -384,6 +384,6 @@ ChildrenTreeStore::set_value_impl(const Gtk::TreeModel::iterator& iter, int colu
        }
        catch(std::exception x)
        {
-               g_warning(x.what());
+               g_warning("%s", x.what());
        }
 }