1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-04 20:45:34 +00:00

Fix DEFAULT_OUTPUT declaration

This commit is contained in:
Chris Robinson 2012-12-18 10:22:40 -08:00
parent 64210e6efa
commit 85850c7440

View file

@ -70,7 +70,7 @@ namespace MWSound
friend class SoundManager; friend class SoundManager;
}; };
#ifndef DEFAULT_OUTPUT #ifndef DEFAULT_OUTPUT
#define DEFAULT_OUTPUT (::MWSound::OpenAL_Output) #define DEFAULT_OUTPUT(x) ::MWSound::OpenAL_Output((x))
#endif #endif
} }