summaryrefslogtreecommitdiff
path: root/icespider/fcgi/main.cpp
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2016-06-26 14:44:49 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2016-06-26 14:44:49 +0100
commitb602b73aa31f7261c18da30621bce71434021df9 (patch)
treeb829402cba07309f1c6436c4dfdc9f5134f61dc8 /icespider/fcgi/main.cpp
parentAllow control of --dll-export and --ice (diff)
downloadicespider-b602b73aa31f7261c18da30621bce71434021df9.tar.bz2
icespider-b602b73aa31f7261c18da30621bce71434021df9.tar.xz
icespider-b602b73aa31f7261c18da30621bce71434021df9.zip
Tidy up
Diffstat (limited to 'icespider/fcgi/main.cpp')
-rw-r--r--icespider/fcgi/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/icespider/fcgi/main.cpp b/icespider/fcgi/main.cpp
index 7245ef9..d92dc91 100644
--- a/icespider/fcgi/main.cpp
+++ b/icespider/fcgi/main.cpp
@@ -8,7 +8,7 @@ DLL_PUBLIC
int
main(int argc, char ** argv, char ** env)
{
- IceSpider::Core core(argc, argv);
+ Core core(argc, argv);
if (!FCGX_IsCGI()) {
FCGX_Request request;