X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fmetadatatreestore.h;h=b46814c694abf9b81c197ded2e4342aeceacdcc6;hb=c34eaa5441242b3e9a7b7645e9ee4983d14eae85;hp=9331c15419f0265d32980e9bcef07f7903da31ec;hpb=5ddcf36f04cfbd10fabda4e3c5633cb27cdd4c0a;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/metadatatreestore.h b/synfig-studio/trunk/src/gtkmm/metadatatreestore.h index 9331c15..b46814c 100644 --- a/synfig-studio/trunk/src/gtkmm/metadatatreestore.h +++ b/synfig-studio/trunk/src/gtkmm/metadatatreestore.h @@ -41,7 +41,7 @@ namespace synfigapp { class CanvasInterface; } namespace studio { - + class MetaDataTreeStore : virtual public Gtk::TreeStore { /* @@ -69,7 +69,7 @@ public: */ public: - + const Model model; /* @@ -85,7 +85,7 @@ private: */ private: - + /* -- ** -- S I G N A L T E R M I N A L S ------------------------------------- */ @@ -99,7 +99,7 @@ private: */ public: - + ~MetaDataTreeStore(); etl::loose_handle get_canvas_interface() { return canvas_interface_; } @@ -123,7 +123,7 @@ protected: public: static Glib::RefPtr create(etl::loose_handle); - + }; // END of class MetaDataTreeStore }; // END of namespace studio