diff --git a/src/core/pal/labelposition.h b/src/core/pal/labelposition.h index e9f418968b0..9519f2daf85 100644 --- a/src/core/pal/labelposition.h +++ b/src/core/pal/labelposition.h @@ -256,7 +256,14 @@ namespace pal //! Returns the number of upside down characters for this label position int upsideDownCharCount() const { return mUpsideDownCharCount; } + /** + * Removes the label position from the specified \a index. + */ void removeFromIndex( RTree &index ); + + /** + * Inserts the label position into the specified \a index. + */ void insertIntoIndex( RTree &index ); struct PruneCtx