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

fixed constructor in framedpointwithnormal

parent b64ca740
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,8 @@ FramedPointWithNormal::FramedPointWithNormal() ...@@ -38,7 +38,8 @@ FramedPointWithNormal::FramedPointWithNormal()
FramedPointWithNormal::FramedPointWithNormal(const FramedPointWithNormal& source) : FramedPointWithNormal::FramedPointWithNormal(const FramedPointWithNormal& source) :
IceUtil::Shared(source), IceUtil::Shared(source),
PointWithNormalBase(source), PointWithNormalBase(source),
FramedPointWithNormalBase(source) FramedPointWithNormalBase(source),
armarx::PointWithNormal(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