X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/667418327423ba116d24751926a95a2f1235849c..ee2cb3d6c26ae319d20bde28f415393e96611ece:/Constructor/include/workplace.h?ds=sidebyside 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