We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd85f04 commit 43cf0f7Copy full SHA for 43cf0f7
src/engraving/dom/harmony.h
@@ -275,7 +275,7 @@ class Harmony final : public TextBase
275
void localSpatiumChanged(double oldValue, double newValue) override;
276
void setHarmony(const String& s);
277
278
- int subtype() const override { return static_cast<int>(harmonyType());}
+ int subtype() const override { return static_cast<int>(harmonyType()); }
279
280
TranslatableString typeUserName() const override;
281
String accessibleInfo() const override;
0 commit comments