Skip to content

Commit

Permalink
"virtual" and "override" should not be used together because "overrid…
Browse files Browse the repository at this point in the history
…e" imply virtual method. Thanks to DS
  • Loading branch information
AlexPeshkoff committed Apr 3, 2023
1 parent fa18503 commit dba1a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jrd/ExtEngineManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1135,7 +1135,7 @@ namespace
}

public:
virtual int release() override
int release() override
{
// Never delete static instance of SystemEngine
return 1;
Expand Down

0 comments on commit dba1a65

Please # to comment.