diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-11-12 13:29:34 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-11-12 13:29:34 +0000 |
| commit | a2cdc0d13b30a1a0c0450e84da0a40cbc37dd221 (patch) | |
| tree | 1ddfc81a9376104052599b507a307e6b88fb155c /rotord/src | |
| parent | d82e81c0e526f6b5975faaee05239a98e7d450df (diff) | |
g_type_init()
Diffstat (limited to 'rotord/src')
| -rw-r--r-- | rotord/src/rotord.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
