Fix linux build.
This commit is contained in:
parent
c5363327e8
commit
198caa700b
16 changed files with 34 additions and 24 deletions
|
@ -3,15 +3,15 @@
|
|||
#include "LineNode.h"
|
||||
|
||||
WireNode::WireNode(const Transform& transform)
|
||||
: AbstractVisualNode(transform)
|
||||
: AbstractVisualNode(transform)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void WireNode::setContent(Wire* wire)
|
||||
{
|
||||
mContent = wire;
|
||||
mContentDirty = true;
|
||||
mContent = wire;
|
||||
mContentDirty = true;
|
||||
}
|
||||
|
||||
void WireNode::setInputLocation(const Point2& point)
|
||||
|
@ -66,4 +66,4 @@ void WireNode::createOrUpdateGeometry(SceneInfo*)
|
|||
|
||||
addChild(mLine.get());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue