mirror of
https://github.com/thestk/stk
synced 2026-01-15 22:11:52 +00:00
Merge pull request #4 from radarsat1/master
Fix several potential compilation issues on various platforms, fix ElectricGuitar script, fix version number, add McGill logo.
This commit is contained in:
@@ -192,7 +192,7 @@ void Stk :: sleep(unsigned long milliseconds)
|
||||
#endif
|
||||
}
|
||||
|
||||
void Stk :: handleError( StkError::Type type )
|
||||
void Stk :: handleError( StkError::Type type ) const
|
||||
{
|
||||
handleError( oStream_.str(), type );
|
||||
oStream_.str( std::string() ); // reset the ostringstream buffer
|
||||
|
||||
Reference in New Issue
Block a user