X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/63715b9ec8f3b126b4e495a4c4485cd68fd6973a..ee2cb3d6c26ae319d20bde28f415393e96611ece:/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