diff options
Diffstat (limited to 'project2/cgi/cgiAppEngine.h')
-rw-r--r-- | project2/cgi/cgiAppEngine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/cgi/cgiAppEngine.h b/project2/cgi/cgiAppEngine.h index 83b34d5..d964d07 100644 --- a/project2/cgi/cgiAppEngine.h +++ b/project2/cgi/cgiAppEngine.h @@ -103,7 +103,7 @@ class CgiApplicationEngine : AppInstance { virtual HttpHeaderPtr getHeader(CgiRequestContext *) const; protected: HttpHeaderPtr header; - LazyPointer<MultiRowSetPresenter> presenter; + AdHoc::LazyPointer<MultiRowSetPresenter> presenter; }; /// Stage to return previous cached output |