From a2cdc0d13b30a1a0c0450e84da0a40cbc37dd221 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Tue, 12 Nov 2013 13:29:34 +0000 Subject: g_type_init() --- rotord/src/rotord.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rotord/src/rotord.h b/rotord/src/rotord.h index 5747899..3b94b1d 100644 --- a/rotord/src/rotord.h +++ b/rotord/src/rotord.h @@ -93,7 +93,7 @@ class RotorRequestHandlerFactory: public HTTPRequestHandlerFactory thumbnail_dir=xml.getAttribute("Rotor","thumbnail_dir","",0); } pool.addCapacity(300); - g_type_init(); + g_type_init(); //required on server for rsvg library init //manager=Poco::TaskManager(pool); } HTTPRequestHandler* createRequestHandler(const HTTPServerRequest& request); -- cgit v1.2.3