small fix

This commit is contained in:
Volker Fischer 2012-01-22 13:46:15 +00:00
parent e31c59e0f2
commit b5e47ed9b5

View File

@ -31,7 +31,7 @@
/* Implementation *************************************************************/
// external references
extern AsioDrivers* asioDrivers;
bool loadAsioDriver ( char *name );
bool loadAsioDriver ( char* name );
// pointer to our sound object
CSound* pSound;