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.
enum class ...: unsigned char
1 parent ef6bb03 commit 6e6f23bCopy full SHA for 6e6f23b
libmscore/note.h
@@ -42,7 +42,7 @@ class NoteDot;
42
class Spanner;
43
class StaffType;
44
class NoteEditData;
45
-enum class AccidentalType : unsigned char;
+enum class AccidentalType;
46
47
static const int MAX_DOTS = 4;
48
libmscore/types.h
@@ -150,7 +150,7 @@ enum class ElementType {
150
//---------------------------------------------------------
151
// NOTE: keep this in sync with with accList array in accidentals.cpp
152
153
-enum class AccidentalType : unsigned char {
+enum class AccidentalType {
154
///.\{
155
NONE,
156
FLAT,
0 commit comments