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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/widgetgenerator.h b/server/src/widgetgenerator.h
index 0e87cac..459f21a 100644
--- a/server/src/widgetgenerator.h
+++ b/server/src/widgetgenerator.h
@@ -53,6 +53,6 @@ std::string widgetgenerator(std::string cpr,
std::string sessionid,
Macro &macro,
LUAQueryMapper &mapper,
- Database &db);
+ Database &db, time_t oldest);
#endif/*__PRACRO_WIDGETGENERATOR_H__*/