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