diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2016-06-26 14:44:49 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2016-06-26 14:44:49 +0100 |
commit | b602b73aa31f7261c18da30621bce71434021df9 (patch) | |
tree | b829402cba07309f1c6436c4dfdc9f5134f61dc8 /icespider/fcgi/main.cpp | |
parent | Allow control of --dll-export and --ice (diff) | |
download | icespider-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.cpp | 2 |
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; |