diff options
Diffstat (limited to 'demos/mobile/quickhit/ga_src/GEInterfaces.h')
-rw-r--r-- | demos/mobile/quickhit/ga_src/GEInterfaces.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/mobile/quickhit/ga_src/GEInterfaces.h b/demos/mobile/quickhit/ga_src/GEInterfaces.h index 7abd984..059e5b3 100644 --- a/demos/mobile/quickhit/ga_src/GEInterfaces.h +++ b/demos/mobile/quickhit/ga_src/GEInterfaces.h @@ -57,7 +57,7 @@ namespace GE { virtual int pullAudio( AUDIO_SAMPLE_TYPE *target, int bufferLength ) = 0; virtual bool canBeDestroyed() { return false; } - IAudioSource *m_next; // for listing, do not touch if you dont know what you are doing. + IAudioSource *m_next; // for listing, do not touch if you don't know what you are doing. }; |