Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions OpenSim/Simulation/Control/ControlLinearNode.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ OpenSim_DECLARE_CONCRETE_OBJECT(ControlLinearNode, Object);
//--------------------------------------------------------------------------
public:
#ifndef SWIG
using Object::operator=;
using Object::operator==;
using Object::operator<;
ControlLinearNode& operator=(const ControlLinearNode &aControl);
bool operator==(const ControlLinearNode &aControl) const;
bool operator<(const ControlLinearNode &aControl) const;
Expand Down
Loading