summaryrefslogtreecommitdiffstats
path: root/src/Common/RequestHandlerGroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/RequestHandlerGroup.h')
-rw-r--r--src/Common/RequestHandlerGroup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/RequestHandlerGroup.h b/src/Common/RequestHandlerGroup.h
index c9f57eb..135111a 100644
--- a/src/Common/RequestHandlerGroup.h
+++ b/src/Common/RequestHandlerGroup.h
@@ -35,7 +35,7 @@ class RequestHandlerGroup {
public:
virtual const std::set<std::string>& getPacketTypes() = 0;
- virtual boost::shared_ptr<RequestHandler> createRequestHandler(const std::string &type) = 0;
+ virtual boost::shared_ptr<RequestHandler> createRequestHandler(Application *application, const std::string &type) = 0;
virtual ~RequestHandlerGroup() {}
};