Incomplete function declaration in read206.h
Reported version
3.0
Type
Functional
Frequency
Once
Severity
S3 - Major
Reproducibility
Always
Status
closed
Regression
No
Workaround
No
Project
The declaration and definition do not match, see here:
https://github.com/musescore/MuseScore/blob/b3adb50bd655bc943c502af8d6d…
and here:
https://github.com/musescore/MuseScore/blob/b3adb50bd655bc943c502af8d6d…
It's a simple fix to the .h file. The PR will be ready momentarily.
Comments
The PR is here: https://github.com/musescore/MuseScore/pull/4810
This only worked BTW because that readTextStyle206() gets only used in read206.cpp and only after its definition (which also is a declaration).
The declaration in read206.h is pretty superfluos here, it just tells the compiler that there also is a method of that name with just 2 args, somewhere out there.
The pull request was merged but this is issue was not closed automatically due to a missing space between "fix" and "#286294" in the commit message.
Once again, I had no idea that a space was required. Sorry about that. I'm closing it manually now and fixing another PR's commit message soon.