mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
3be6176466
Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13162
14 lines
478 B
C++
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;
|