mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Remove inconsistent override in CDropdown.h
It was added in670f1e5d42and, while not illegal, was inconsistent with the rest of the header file, which caused compiler warnings. As a quick solution the override keyword is simply removed again. In the long run, it would be good to still modernise the style of all files in that directory (at once). (cherry picked from commit2e450f0f52) Signed-off-by: phosit <phosit@autistici.org>
This commit is contained in:
parent
b71cd96d12
commit
d9ae2f8503
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ public:
|
|||
*/
|
||||
virtual void Draw(CCanvas2D& canvas);
|
||||
|
||||
virtual void CreateJSObject() override;
|
||||
virtual void CreateJSObject();
|
||||
|
||||
// This is one of the few classes we actually need to redefine this function
|
||||
// this is because the size of the control changes whether it is open
|
||||
|
|
|
|||
Loading…
Reference in a new issue