Fix some compiler warnings.
[synfig.git] / synfig-studio / trunk / src / gtkmm / layergrouptreestore.cpp
index 5d1787a..06efd8c 100644 (file)
@@ -457,7 +457,7 @@ LayerGroupTreeStore::set_value_impl(const Gtk::TreeModel::iterator& iter, int co
        }
        catch(std::exception x)
        {
-               g_warning(x.what());
+               g_warning("%s", x.what());
        }
 }