diff options
Diffstat (limited to 'src/object-snapper.h')
| -rw-r--r-- | src/object-snapper.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/object-snapper.h b/src/object-snapper.h index 9972677e0..9151dbd8a 100644 --- a/src/object-snapper.h +++ b/src/object-snapper.h @@ -151,8 +151,10 @@ private: //snap bbox corners to nodes, or nodes to bboxes. //(snapping to grids and guides is not affected by this) bool _strict_snapping; -}; +}; // end of ObjectSnapper class + +void getBBoxPoints(Geom::OptRect const bbox, std::vector<Geom::Point> *points, bool const includeMidpoints); -} +} // end of namespace Inkscape #endif |
