diff options
Diffstat (limited to 'lib/input/replStream.h')
-rw-r--r-- | lib/input/replStream.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/input/replStream.h b/lib/input/replStream.h index dcfee19..40ec390 100644 --- a/lib/input/replStream.h +++ b/lib/input/replStream.h @@ -17,6 +17,7 @@ namespace MyGrate::Input { unsigned short port, uint64_t serverid, std::string filename, uint64_t position); void readEvents(EventHandlerBase &) override; + void stopEvents() override; private: uint64_t serverid; |