Skip to content

Commit

Permalink
Replace wxOVERRIDE #280
Browse files Browse the repository at this point in the history
  • Loading branch information
Elime1 committed Nov 25, 2019
1 parent c492dc9 commit 9e86dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/artprovider.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
class ArtProvider : public wxArtProvider
{
protected:
virtual wxBitmap CreateBitmap(const wxArtID& id, const wxArtClient& client, const wxSize& size) wxOVERRIDE;
virtual wxBitmap CreateBitmap(const wxArtID& id, const wxArtClient& client, const wxSize& size) override;
};

#endif // RME_ART_PROVIDER_H_

0 comments on commit 9e86dda

Please sign in to comment.