mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 05:28:09 +08:00
refs #341 Fix operator= return types
This commit is contained in:
@@ -56,7 +56,7 @@ namespace BlackInput
|
||||
CJoystickWindows(CJoystickWindows const &) = delete;
|
||||
|
||||
//! Assignment operator
|
||||
void operator=(CJoystickWindows const &) = delete;
|
||||
CJoystickWindows &operator=(CJoystickWindows const &) = delete;
|
||||
|
||||
//! \brief Destructor
|
||||
virtual ~CJoystickWindows();
|
||||
|
||||
@@ -32,7 +32,7 @@ namespace BlackInput
|
||||
CKeyboardWindows(CKeyboardWindows const&) = delete;
|
||||
|
||||
//! \brief Assignment operator
|
||||
void operator=(CKeyboardWindows const&) = delete;
|
||||
CKeyboardWindows &operator=(CKeyboardWindows const&) = delete;
|
||||
|
||||
//! \brief Destructor
|
||||
virtual ~CKeyboardWindows();
|
||||
|
||||
Reference in New Issue
Block a user