aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/servers/httpnull.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenhttp/servers/httpnull.h')
-rw-r--r--src/zenhttp/servers/httpnull.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenhttp/servers/httpnull.h b/src/zenhttp/servers/httpnull.h
index 965e729f7..818020604 100644
--- a/src/zenhttp/servers/httpnull.h
+++ b/src/zenhttp/servers/httpnull.h
@@ -18,7 +18,7 @@ public:
~HttpNullServer();
virtual void RegisterService(HttpService& Service) override;
- virtual int Initialize(int BasePort) override;
+ virtual int Initialize(int BasePort, std::filesystem::path DataDir) override;
virtual void Run(bool IsInteractiveSession) override;
virtual void RequestExit() override;
virtual void Close() override;