summaryrefslogtreecommitdiffstats
path: root/src/object/sp-guide.h
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2019-03-22 23:54:57 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2019-03-22 23:54:57 +0000
commit34916594a83e94c364b99ea0025857ea80a7b14d (patch)
treec25b3230d674a454999b0ebcd41ac07d65a0733f /src/object/sp-guide.h
parentRevert Ctrl+Up/Down direction to 0.92.4 behaviour (diff)
downloadinkscape-34916594a83e94c364b99ea0025857ea80a7b14d.tar.gz
inkscape-34916594a83e94c364b99ea0025857ea80a7b14d.zip
Allow guide duplication in guides dialog
Diffstat (limited to 'src/object/sp-guide.h')
-rw-r--r--src/object/sp-guide.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/object/sp-guide.h b/src/object/sp-guide.h
index 57a52e627..4ecd62d17 100644
--- a/src/object/sp-guide.h
+++ b/src/object/sp-guide.h
@@ -57,6 +57,7 @@ public:
bool getLocked() const { return locked; }
static SPGuide *createSPGuide(SPDocument *doc, Geom::Point const &pt1, Geom::Point const &pt2);
+ SPGuide *duplicate();
void showSPGuide(SPCanvasGroup *group, GCallback handler);
void hideSPGuide(SPCanvas *canvas);