mirror of
https://github.com/thestk/stk
synced 2026-01-16 06:21:51 +00:00
Version 4.4.0
This commit is contained in:
committed by
Stephen Sinclair
parent
d199342e86
commit
eccd8c9981
@@ -32,8 +32,11 @@
|
||||
#include "FileRead.h"
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <string.h>
|
||||
#include <cmath>
|
||||
|
||||
namespace stk {
|
||||
|
||||
FileRead :: FileRead()
|
||||
: fd_(0)
|
||||
{
|
||||
@@ -730,3 +733,4 @@ void FileRead :: read( StkFrames& buffer, unsigned long startFrame, bool doNorma
|
||||
handleError( StkError::FILE_ERROR);
|
||||
}
|
||||
|
||||
} // stk namespace
|
||||
|
||||
Reference in New Issue
Block a user