We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea731a7 commit e06e5b5Copy full SHA for e06e5b5
inc/osvr/Common/GestureComponent.h
@@ -92,6 +92,9 @@ namespace common {
92
private:
93
94
explicit GestureComponent(common::SystemComponent &systemComponent);
95
+ // @brief Disable assignment operator, since we have reference
96
+ /// members
97
+ GestureComponent &operator=(const GestureComponent &) = delete;
98
99
void m_parentSet() override;
100
0 commit comments