Skip to content
Snippets Groups Projects
Commit 786693ff authored by Mirko Wächter's avatar Mirko Wächter
Browse files

completed constructor for FramedOrientedPoint

parent e740c85e
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,8 @@ FramedOrientedPoint::FramedOrientedPoint()
FramedOrientedPoint::FramedOrientedPoint(const FramedOrientedPoint& source) :
IceUtil::Shared(source),
OrientedPointBase(source),
FramedOrientedPointBase(source)
FramedOrientedPointBase(source),
OrientedPoint(source)
{
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment