* Update comment

* Include audio_player_portaudio2.h instead of audio_player_portaudio.h.

Originally committed to SVN as r2792.
This commit is contained in:
Amar Takhar 2009-04-12 10:30:38 +00:00
parent 8dab71e974
commit 733814793e
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@
///////////
// Headers
#include "audio_player_portaudio.h"
#include "audio_player_portaudio2.h"
#include "audio_provider_manager.h"
#include "utils.h"
@ -201,4 +201,4 @@ void PortAudioPlayer::CloseStream() {
}
#endif // WITH_PORTAUDIO
#endif // WITH_PORTAUDIO2