1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/audio/libgig/files/patch-src_DLS.h

14 lines
478 B
C++

--- src/DLS.h.orig 2017-11-19 20:25:36 UTC
+++ src/DLS.h
@@ -517,8 +517,10 @@ namespace DLS {
virtual ~File();
protected:
typedef std::list<Sample*> SampleList;
+ public: // otherwise it breaks in build
typedef std::list<Instrument*> InstrumentList;
+ protected:
RIFF::File* pRIFF;
std::list<RIFF::File*> ExtensionFiles;
SampleList* pSamples;