Declare Resources as struct not class

This commit is contained in:
Jean Pierre Cimalando 2021-03-30 22:38:39 +02:00
parent 2db25f5468
commit 6b9671b729

View file

@ -10,7 +10,7 @@
#include <memory>
namespace sfz {
class Resources;
struct Resources;
struct Region;
enum class LFOWave : int;