X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/43aa212b9816129a8a2b08a8848bca407ef0129f..0aacdcf95cf6d4f33a2201160d472ab84148d52b:/Constructor/workplace.h diff --git a/Constructor/workplace.h b/Constructor/workplace.h index 005eb8d..6d81e4f 100644 --- a/Constructor/workplace.h +++ b/Constructor/workplace.h @@ -5,6 +5,7 @@ #include #include #include +#include "activezone.h" #include "item.h" typedef struct { @@ -24,6 +25,7 @@ class WorkPlace:public Gtk::Fixed { std::list lista_lineas; t_line temp; std::list *listaItems; + ActiveZone *viewport; }; #endif