diff options
| author | Shlomi Fish <shlomif@shlomifish.org> | 2019-06-12 16:01:28 +0000 |
|---|---|---|
| committer | Shlomi Fish <shlomif@shlomifish.org> | 2019-06-12 16:01:28 +0000 |
| commit | f724d2d99d2195dea3049bfe580b6b6f5386c7b6 (patch) | |
| tree | 7b7ae06ef2f6f16436790e5da14402ec34e1c552 /src/object/sp-item.h | |
| parent | Update comments to match reality. (diff) | |
| download | inkscape-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.h | 1 |
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; |
