work on flp-import filter
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@115 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -94,6 +94,11 @@ protected:
|
||||
#endif
|
||||
}
|
||||
|
||||
inline int readBlock( char * _data, int _len )
|
||||
{
|
||||
return( m_file.readBlock( _data, _len ) );
|
||||
}
|
||||
|
||||
inline void ungetChar( int _ch )
|
||||
{
|
||||
#ifndef QT3
|
||||
|
||||
Reference in New Issue
Block a user