diff options
Diffstat (limited to 'client/macro.h')
-rw-r--r-- | client/macro.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/macro.h b/client/macro.h index e5b116c..b24b809 100644 --- a/client/macro.h +++ b/client/macro.h @@ -46,6 +46,7 @@ class Macro : public Entity { public: Macro(Entities &entities, NetCom &netcom, QString templ, QScrollArea *scrollarea); + virtual ~Macro() {} const char *type(); @@ -67,6 +68,7 @@ public: bool isstatic; bool iscompact; + bool isimportant; MacroWindow *window; MacroDrawer *drawer; |