X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/667418327423ba116d24751926a95a2f1235849c..c0e0cf58ce033421d125afb813636f102456592c:/Constructor/include/workplace.h diff --git a/Constructor/include/workplace.h b/Constructor/include/workplace.h index 2bb0653..9f96eb5 100644 --- a/Constructor/include/workplace.h +++ b/Constructor/include/workplace.h @@ -22,6 +22,7 @@ class WorkPlace:public Gtk::Fixed { CItem *get_logic_item(int _id); std::list *listaItems, *lista_logic_Items; std::list lista_lineas; + static int pointed; }; #endif