summaryrefslogtreecommitdiff
path: root/server/src/macro.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/macro.h')
-rw-r--r--server/src/macro.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/src/macro.h b/server/src/macro.h
index af9749d..2252d90 100644
--- a/server/src/macro.h
+++ b/server/src/macro.h
@@ -51,6 +51,7 @@ class Macro {
public:
std::string name;
std::string version;
+ std::string format;
WidgetList widgets;
};