X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/43aa212b9816129a8a2b08a8848bca407ef0129f..d3ea2ff01c51df0df95cd23157267048e2c2fdcd:/Constructor/item.h?ds=sidebyside diff --git a/Constructor/item.h b/Constructor/item.h index 4bc193f..87aaaed 100644 --- a/Constructor/item.h +++ b/Constructor/item.h @@ -12,7 +12,7 @@ #include "workplace.h" class WorkPlace; - + class CItem:public Gtk::DrawingArea { public: CItem(); @@ -30,7 +30,6 @@ public: bool is_occupied_area(int _a, int _b); void set_id(int _id); int get_id(); - // habria que ocultarla.......................................... WorkPlace *workplace; protected: int ID;