mirror of
https://github.com/arabine/open-story-teller.git
synced 2025-12-07 01:15:14 +01:00
editor: fix build
This commit is contained in:
parent
318547f351
commit
b2fdf5c03b
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ class WebServer : public CivetHandler
|
||||||
|
|
||||||
public:
|
public:
|
||||||
WebServer();
|
WebServer();
|
||||||
~WebServer() {}
|
~WebServer();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue