Skip to content

Commit 1fd7b72

Browse files
committed
Fix ControlLinearNode Overshadowing
1 parent 7431ba6 commit 1fd7b72

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

OpenSim/Simulation/Control/ControlLinearNode.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ OpenSim_DECLARE_CONCRETE_OBJECT(ControlLinearNode, Object);
9191
//--------------------------------------------------------------------------
9292
public:
9393
#ifndef SWIG
94+
using Object::operator=;
95+
using Object::operator==;
96+
using Object::operator<;
9497
ControlLinearNode& operator=(const ControlLinearNode &aControl);
9598
bool operator==(const ControlLinearNode &aControl) const;
9699
bool operator<(const ControlLinearNode &aControl) const;

0 commit comments

Comments
 (0)