summaryrefslogtreecommitdiff
path: root/server/src/widgetgenerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/widgetgenerator.h')
-rw-r--r--server/src/widgetgenerator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/src/widgetgenerator.h b/server/src/widgetgenerator.h
index 17160fc..0e87cac 100644
--- a/server/src/widgetgenerator.h
+++ b/server/src/widgetgenerator.h
@@ -50,6 +50,7 @@
* @return An std::srting containing the prettyprinted version of the Macro.
*/
std::string widgetgenerator(std::string cpr,
+ std::string sessionid,
Macro &macro,
LUAQueryMapper &mapper,
Database &db);