diff options
Diffstat (limited to '')
| -rw-r--r-- | src/snapper.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/snapper.cpp b/src/snapper.cpp index 7a82fe1d4..5d39c6b02 100644 --- a/src/snapper.cpp +++ b/src/snapper.cpp @@ -15,6 +15,7 @@ Inkscape::Snapper::PointType const Inkscape::Snapper::SNAPPOINT_BBOX = 0x1; Inkscape::Snapper::PointType const Inkscape::Snapper::SNAPPOINT_NODE = 0x2; +Inkscape::Snapper::PointType const Inkscape::Snapper::SNAPPOINT_GUIDE = 0x4; /** * Construct new Snapper for named view. |
