Declare Resources as struct not class
This commit is contained in:
parent
2db25f5468
commit
6b9671b729
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
namespace sfz {
|
namespace sfz {
|
||||||
class Resources;
|
struct Resources;
|
||||||
struct Region;
|
struct Region;
|
||||||
|
|
||||||
enum class LFOWave : int;
|
enum class LFOWave : int;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue