diff options
| author | jhurst <jhurst@cinecert.com> | 2006-09-23 23:47:17 +0000 |
|---|---|---|
| committer | jhurst <> | 2006-09-23 23:47:17 +0000 |
| commit | 72e5392ca11c06a1ac0732c71f86df0d9a712ce3 (patch) | |
| tree | 25c9f223d62700409fbe883865dc5a54677726a0 /src/PCMParserList.h | |
| parent | 1cd511e77b968ba068c59f4771cb67810e4ba4c4 (diff) | |
1.1.9 release a
Diffstat (limited to 'src/PCMParserList.h')
| -rwxr-xr-x | src/PCMParserList.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/PCMParserList.h b/src/PCMParserList.h index e6bf20b..ae433f0 100755 --- a/src/PCMParserList.h +++ b/src/PCMParserList.h @@ -62,11 +62,12 @@ namespace ASDCP // class PCMParserList : public std::vector<ParserInstance*> { + ASDCP_NO_COPY_CONSTRUCT(PCMParserList); + + protected: PCM::AudioDescriptor m_ADesc; ui32_t m_ChannelCount; - ASDCP_NO_COPY_CONSTRUCT(PCMParserList); - public: PCMParserList(); virtual ~PCMParserList(); |
