ts: fix compilation warning (#206)

Co-authored-by: Andrey Gusakov <dron0gus@gmail.com>
This commit is contained in:
rusefillc 2023-02-17 14:42:35 -05:00 committed by GitHub
parent bb86ba1e6b
commit df5d7ed4cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ public:
virtual void flush() { }
virtual bool isConfigured() const { return true; }
virtual bool isReady() const { return true; }
virtual int reStart() { }
virtual int reStart() { return 0; }
virtual void stop() { }
// Base functions that use the above virtual implementation