Skip to content
Snippets Groups Projects
Commit dc3128f3 authored by Jan Möbius's avatar Jan Möbius
Browse files

Hidden overload fixed

parent f36260db
No related branches found
No related tags found
No related merge requests found
......@@ -269,7 +269,7 @@ ACG::Vec3d PolyLineCollectionObject::refinePick(ACG::SceneGraph::PickTarget _pic
const ACG::Vec3d _hitPoint,
const ACG::Vec3d _start ,
const ACG::Vec3d _dir,
const size_t _targetIdx )
const unsigned int _targetIdx )
{
return _hitPoint;
}
......
......@@ -190,7 +190,7 @@ class OBJECTTYPEDLLEXPORT PolyLineCollectionObject : public BaseObjectData {
const ACG::Vec3d _hitPoint,
const ACG::Vec3d _start ,
const ACG::Vec3d _dir,
const size_t _targetIdx );
const unsigned int _targetIdx );
/** @} */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment