Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Capizalize undocumented parameter
  • Loading branch information
m-kuhn committed Dec 1, 2019
1 parent 2335915 commit 2bd4689
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core/pal/labelposition.h
Expand Up @@ -88,14 +88,14 @@ namespace pal
* \param feature labelpos owners
* \param isReversed label is reversed
* \param quadrant relative position of label to feature
* \param dx the correction of the anchor point in x direction
* \param dy the correction of the anchor point in y direction
* \param dX the correction of the anchor point in x direction
* \param dY the correction of the anchor point in y direction
*/
LabelPosition( int id, double x1, double y1,
double w, double h,
double alpha, double cost,
FeaturePart *feature, bool isReversed = false, Quadrant quadrant = QuadrantOver,
double dX = 0.0, double dy = 0.0 );
double dX = 0.0, double dY = 0.0 );

//! Copy constructor
LabelPosition( const LabelPosition &other );
Expand Down

0 comments on commit 2bd4689

Please sign in to comment.