diff options
Diffstat (limited to 'src/selection.h')
| -rw-r--r-- | src/selection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selection.h b/src/selection.h index d8427108f..58204160b 100644 --- a/src/selection.h +++ b/src/selection.h @@ -259,7 +259,7 @@ public: * @brief Gets the selection's snap points. * @return Selection's snap points */ - std::vector<NR::Point> getSnapPoints() const; + std::vector<NR::Point> getSnapPoints(bool includeItemCenter) const; /** * @brief Gets the snap points of a selection that form a convex hull. |
