Small performance improvement for DRC.
This commit is contained in:
parent
18692ea8e7
commit
dc21defab7
|
@ -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 ) :
|
MARKER_BASE::MARKER_BASE( int aScalingFactor, std::shared_ptr<RC_ITEM> aItem, MARKER_T aType ) :
|
||||||
m_markerType( aType ),
|
m_markerType( aType ),
|
||||||