Skip to content

Commit

Permalink
Fix missing "override" declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdude42 committed Dec 8, 2021
1 parent c03f829 commit 1423951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythbase/http/mythhttpserver.h
Expand Up @@ -39,7 +39,7 @@ class MythHTTPServer : public MythHTTPThreadPool
void ProcessTCPQueue();

protected slots:
virtual void newTcpConnection(qintptr socket);
void newTcpConnection(qintptr socket) override;
void EnableDisable (bool Enable);
void NewPaths (const QStringList& Paths);
void StalePaths (const QStringList& Paths);
Expand Down

0 comments on commit 1423951

Please sign in to comment.