diff --git a/Source/OpenTK/OpenAL/AlFunctions.cs b/Source/OpenTK/OpenAL/AlFunctions.cs index c867dfdd..afd74126 100644 --- a/Source/OpenTK/OpenAL/AlFunctions.cs +++ b/Source/OpenTK/OpenAL/AlFunctions.cs @@ -140,7 +140,7 @@ namespace OpenTK.OpenAL /// the state to be queried: AL_DOPPLER_FACTOR, AL_SPEED_OF_SOUND, AL_DISTANCE_MODEL /// The boolean state described by param will be returned. [DllImport( AL.Lib, EntryPoint = "alGetBoolean", ExactSpelling = true, CallingConvention = AL.Style ), SuppressUnmanagedCodeSecurity( )] - public static extern AL.Bool Get( Enums.ALGetBoolean param ); + public static extern bool Get( Enums.ALGetBoolean param ); // AL_API ALboolean AL_APIENTRY alGetBoolean( ALenum param ); */