mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-16 23:42:57 +00:00
Add missing OVERRIDE modifier to OpenFileCommand member functions
This commit is contained in:
parent
c8c8738ef8
commit
a2753fd898
@ -51,8 +51,8 @@ public:
|
||||
Command* clone() const OVERRIDE { return new OpenFileCommand(*this); }
|
||||
|
||||
protected:
|
||||
void onLoadParams(Params* params);
|
||||
void onExecute(Context* context);
|
||||
void onLoadParams(Params* params) OVERRIDE;
|
||||
void onExecute(Context* context) OVERRIDE;
|
||||
|
||||
private:
|
||||
std::string m_filename;
|
||||
|
Loading…
x
Reference in New Issue
Block a user