Skip to content

Commit

Permalink
Add missing override specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
GilesBathgate committed Jan 29, 2018
1 parent ad70a7a commit c9a70fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/syntaxhighlighter.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class SyntaxHighlighter : public QSyntaxHighlighter, private AbstractTokenBuilde
unsigned int buildCrossProduct() override;
unsigned int buildNamespace() override;
unsigned int buildAppend() override;
unsigned int buildOperator(unsigned int);
unsigned int buildOperator(unsigned int) override;
unsigned int buildLegalChar(unsigned int) override;
unsigned int buildIllegalChar(const QString& s) override;
unsigned int buildNumber(const QString&) override;
Expand Down

0 comments on commit c9a70fc

Please sign in to comment.