File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ struct MidiFont
4646 return t.synth.copy() as xfer[Synthesizer]
4747 return new Synthesizer()
4848
49- class FontList as @noauto
49+ class FontList
5050 var fonts: MidiFont[]
5151 var dummy: MidiFont
5252
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ class FileChunkBasic;
1616
1717class ChunkedFileParser {
1818public:
19- ChunkedFileParser (int _header_name_size);
19+ explicit ChunkedFileParser (int _header_name_size);
2020 virtual ~ChunkedFileParser ();
2121
2222 bool read (const Path &filename, void *p);
@@ -58,7 +58,7 @@ class ChunkedFileParser {
5858
5959class FileChunkBasic {
6060public:
61- FileChunkBasic (const string &_name);
61+ explicit FileChunkBasic (const string &_name);
6262 virtual ~FileChunkBasic ();
6363 virtual void define_children () {};
6464 virtual void read (Stream *f) = 0;
You can’t perform that action at this time.
0 commit comments