From 8bbcc59fd1488833a4d8dd346b6e8fec2a0021a8 Mon Sep 17 00:00:00 2001 From: deva Date: Wed, 8 Oct 2008 10:47:25 +0000 Subject: Connections to Pentominos and Database are now persistent over the entire client connection. --- server/src/widgetgenerator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/src/widgetgenerator.h') diff --git a/server/src/widgetgenerator.h b/server/src/widgetgenerator.h index 6a27ab0..2956d2b 100644 --- a/server/src/widgetgenerator.h +++ b/server/src/widgetgenerator.h @@ -37,6 +37,6 @@ std::string widgetgenerator(std::string cpr, Macro ¯o, LUAQueryMapper &mapper, - Database &db); + Database *db); #endif/*__PRACRO_WIDGETGENERATOR_H__*/ -- cgit v1.2.3