X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/33cdbee1bf8051f1a4c9174aa518107793709fdd..7f099f6374e9606735fb9766b51b5e86d83de815:/Constructor/propertywnd.h 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();