X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/33cdbee1bf8051f1a4c9174aa518107793709fdd..07b9abd79bb3f097d8bf67d217d077a7da4b1e46:/Constructor/propertywnd.h?ds=sidebyside diff --git a/Constructor/propertywnd.h b/Constructor/propertywnd.h index fa488af..3c5062c 100644 --- a/Constructor/propertywnd.h +++ b/Constructor/propertywnd.h @@ -14,7 +14,6 @@ class PropertyWnd : public Gtk::Window{ PropertyWnd(BaseObjectType* cobject, const Glib::RefPtr& refGlade); virtual ~PropertyWnd(); CItem *item; - protected: Gtk::Button *btn_cancel, *btn_accept, *btn_apply; virtual void on_btn_cancel_clicked(); virtual void on_btn_accept_clicked();