Added a way to disable the include guard in the parser
This commit is contained in:
parent
ea4e72e6f6
commit
5ba9fd0461
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ public:
|
||||||
int getNumMasters() const noexcept { return numMasters; }
|
int getNumMasters() const noexcept { return numMasters; }
|
||||||
int getNumCurves() const noexcept { return numCurves; }
|
int getNumCurves() const noexcept { return numCurves; }
|
||||||
protected:
|
protected:
|
||||||
void callback(std::string_view header, std::vector<sfz::Opcode> members) final
|
void callback(std::string_view header, std::vector<sfz::Opcode> members [[maybe_unused]]) final
|
||||||
{
|
{
|
||||||
switch (hash(header))
|
switch (hash(header))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue