Commit 52126cde authored by tepelmann's avatar tepelmann
Browse files

Aligned parameter name for m_changePosition.

parent aa81fd28
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -122,8 +122,8 @@ module LibItsCam_Templates {
             * @desc Change the position in the direction of the current heading
             * @param p_offset Offset to the current position in meter
             */
            template (value) UtCamTrigger m_changePosition(UtChangePosition p_changePosition) := {
                changePosition := p_changePosition
            template (value) UtCamTrigger m_changePosition(UtChangePosition p_offset) := {
                changePosition := p_offset
            }
            
            /**