summaryrefslogtreecommitdiff
path: root/src/SFML/Window/Unix/JoystickImpl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/SFML/Window/Unix/JoystickImpl.hpp')
-rw-r--r--src/SFML/Window/Unix/JoystickImpl.hpp8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/SFML/Window/Unix/JoystickImpl.hpp b/src/SFML/Window/Unix/JoystickImpl.hpp
index 34fce2e..e454b03 100644
--- a/src/SFML/Window/Unix/JoystickImpl.hpp
+++ b/src/SFML/Window/Unix/JoystickImpl.hpp
@@ -1,7 +1,7 @@
////////////////////////////////////////////////////////////
//
// SFML - Simple and Fast Multimedia Library
-// Copyright (C) 2007-2015 Laurent Gomila (laurent@sfml-dev.org)
+// Copyright (C) 2007-2016 Laurent Gomila (laurent@sfml-dev.org)
//
// This software is provided 'as-is', without any express or implied warranty.
// In no event will the authors be held liable for any damages arising from the use of this software.
@@ -45,6 +45,12 @@ class JoystickImpl
public:
////////////////////////////////////////////////////////////
+ /// \brief Constructor
+ ///
+ ////////////////////////////////////////////////////////////
+ JoystickImpl();
+
+ ////////////////////////////////////////////////////////////
/// \brief Perform the global initialization of the joystick module
///
////////////////////////////////////////////////////////////