Skip to content

Commit

Permalink
Re #11508 fixing cppcheck (and missing description for couple of par)
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Apr 22, 2015
1 parent ebaee20 commit 467e12a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ void ParameterMap::addPositionCoordinate(const IComponent *comp,
// clear the position cache
clearPositionSensitiveCaches();
// finally add or update "pos" parameter
addV3D(comp, pos(), position);
addV3D(comp, pos(), position,pDescription);
}

/** Create or adjust "rot" parameter for a component
Expand Down Expand Up @@ -450,7 +450,7 @@ void ParameterMap::addRotationParam(const IComponent *comp,
clearPositionSensitiveCaches();

// finally add or update "pos" parameter
addQuat(comp, rot(), quat);
addQuat(comp, rot(), quat,pDescription);
}

/**
Expand Down

0 comments on commit 467e12a

Please sign in to comment.