|
|
|
@ -61,7 +61,7 @@ const unsigned CORNERS_COUNT = arrayDim( MarkerShapeCorners ); |
|
|
|
MARKER_BASE::MARKER_BASE( int aScalingFactor, std::shared_ptr<RC_ITEM> aItem, MARKER_T aType ) : |
|
|
|
m_markerType( aType ), |
|
|
|
m_excluded( false ), |
|
|
|
m_rcItem( aItem ), |
|
|
|
m_rcItem( std::move( aItem ) ), |
|
|
|
m_scalingFactor( aScalingFactor ) |
|
|
|
{ |
|
|
|
const VECTOR2I* point_shape = MarkerShapeCorners; |
|
|
|
|