mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-21 07:23:19 -04:00
bugfixes and some small new features
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@89 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#ifndef SINGLE_SOURCE_COMPILE
|
||||
|
||||
/*
|
||||
* sample_buffer.cpp - container-class sampleBuffer
|
||||
*
|
||||
@@ -93,7 +95,6 @@
|
||||
|
||||
#define write writeBlock
|
||||
#define read readBlock
|
||||
#define seek at
|
||||
#define pos at
|
||||
|
||||
#endif
|
||||
@@ -1463,9 +1464,10 @@ void sampleBuffer::deleteResamplingData( void * * _ptr )
|
||||
|
||||
#undef write
|
||||
#undef read
|
||||
#undef seek
|
||||
#undef pos
|
||||
|
||||
|
||||
#include "sample_buffer.moc"
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user