small fix
This commit is contained in:
parent
e31c59e0f2
commit
b5e47ed9b5
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
/* Implementation *************************************************************/
|
/* Implementation *************************************************************/
|
||||||
// external references
|
// external references
|
||||||
extern AsioDrivers* asioDrivers;
|
extern AsioDrivers* asioDrivers;
|
||||||
bool loadAsioDriver ( char *name );
|
bool loadAsioDriver ( char* name );
|
||||||
|
|
||||||
// pointer to our sound object
|
// pointer to our sound object
|
||||||
CSound* pSound;
|
CSound* pSound;
|
||||||
|
|
Loading…
Reference in a new issue