Skip to content

Commit

Permalink
Added missing override to PluginAPI::msc
Browse files Browse the repository at this point in the history
  • Loading branch information
cbjeukendrup authored and igorkorsukov committed Jun 30, 2021
1 parent ac21f39 commit 1dca155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/api/qmlpluginapi.h
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ class PluginAPI : public Ms::QmlPlugin
Q_INVOKABLE Ms::PluginAPI::FractionWrapper* fraction(int numerator, int denominator) const;

protected:
virtual MuseScoreCore* msc() const;
virtual MuseScoreCore* msc() const override;
};

#undef DECLARE_API_ENUM
Expand Down

0 comments on commit 1dca155

Please sign in to comment.