Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Aug 10, 2016
1 parent 7c22008 commit 8af8b29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/core/pal/feature.h
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,11 @@ namespace pal
* Candidates can "cut corners" if it helps them place near this mid point.
* @param lPos pointer to an array of candidates, will be filled by generated candidates
* @param mapShape a pointer to the line
* @param initialCost initial cost for candidates generated using this method. If set, cost can be increased
* by a preset amount.
* @returns the number of generated candidates
*/
int createCandidatesAlongLineNearMidpoint( QList<LabelPosition *> &lPos, PointSet *mapShape , double initialCost = 0.0 );
int createCandidatesAlongLineNearMidpoint( QList<LabelPosition *> &lPos, PointSet *mapShape, double initialCost = 0.0 );

LabelPosition* curvedPlacementAtOffset( PointSet* path_positions, double* path_distances,
int orientation, int index, double distance );
Expand Down

0 comments on commit 8af8b29

Please sign in to comment.