diff --git a/Source/OpenTK/Input/JoystickDevice.cs b/Source/OpenTK/Input/JoystickDevice.cs index 55a92bef..8e239f56 100644 --- a/Source/OpenTK/Input/JoystickDevice.cs +++ b/Source/OpenTK/Input/JoystickDevice.cs @@ -155,7 +155,7 @@ namespace OpenTK.Input #region JoystickDevice : JoystickDevice // Provides platform-specific information about the relevant JoystickDevice. - internal sealed class JoystickDevice : JoystickDevice + internal class JoystickDevice : JoystickDevice where TDetail : new() { internal JoystickDevice(int id, int axes, int buttons)