Merge pull request #18 from prettyv/master

fix compilation on gcc 4.7
This commit is contained in:
Raynaldo Rivera 2012-07-09 12:57:04 -07:00
commit 3a59747d57
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ namespace cAudio
//! EFX Extension function pointers and setup //! EFX Extension function pointers and setup
struct cEFXFunctions struct cEFXFunctions
{ {
cEFXFunctions::cEFXFunctions() cEFXFunctions()
{ {
alGenEffects = NULL; alGenEffects = NULL;
alDeleteEffects = NULL; alDeleteEffects = NULL;