summaryrefslogtreecommitdiffstats
path: root/src/object/sp-item.h
diff options
context:
space:
mode:
authorShlomi Fish <shlomif@shlomifish.org>2019-06-12 16:01:28 +0000
committerShlomi Fish <shlomif@shlomifish.org>2019-06-12 16:01:28 +0000
commitf724d2d99d2195dea3049bfe580b6b6f5386c7b6 (patch)
tree7b7ae06ef2f6f16436790e5da14402ec34e1c552 /src/object/sp-item.h
parentUpdate comments to match reality. (diff)
downloadinkscape-f724d2d99d2195dea3049bfe580b6b6f5386c7b6.tar.gz
inkscape-f724d2d99d2195dea3049bfe580b6b6f5386c7b6.zip
Refactor: convert rotate_rel() to a method.
Diffstat (limited to 'src/object/sp-item.h')
-rw-r--r--src/object/sp-item.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/object/sp-item.h b/src/object/sp-item.h
index 20d423692..4ff3ca460 100644
--- a/src/object/sp-item.h
+++ b/src/object/sp-item.h
@@ -395,6 +395,7 @@ private:
static void stroke_ps_ref_changed(SPObject *old_clip, SPObject *clip, SPItem *item);
public:
+ void rotate_rel(Geom::Rotate const &rotation);
void build(SPDocument *document, Inkscape::XML::Node *repr) override;
void release() override;
void set(SPAttributeEnum key, char const* value) override;