Add override keyword to functions

This commit is contained in:
Chocobo1
2019-07-18 15:10:14 +08:00
parent 45eba9ec31
commit 4a90716843
10 changed files with 16 additions and 16 deletions

View File

@@ -50,7 +50,7 @@ signals:
void IPFilterError();
protected:
void run();
void run() override;
private:
int findAndNullDelimiter(char *const data, char delimiter, int start, int end, bool reverse = false);