summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/shape-record.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/tool/shape-record.h')
-rw-r--r--src/ui/tool/shape-record.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/tool/shape-record.h b/src/ui/tool/shape-record.h
index 893231404..646e6f4f6 100644
--- a/src/ui/tool/shape-record.h
+++ b/src/ui/tool/shape-record.h
@@ -14,7 +14,7 @@
#include <glibmm/ustring.h>
#include <boost/operators.hpp>
-#include <2geom/matrix.h>
+#include <2geom/affine.h>
class SPItem;
namespace Inkscape {
@@ -32,7 +32,7 @@ struct ShapeRecord :
public boost::totally_ordered<ShapeRecord>
{
SPItem *item; // SP node for the edited shape
- Geom::Matrix edit_transform; // how to transform controls - used for clipping paths and masks
+ Geom::Affine edit_transform; // how to transform controls - used for clipping paths and masks
ShapeRole role;
Glib::ustring lpe_key; // name of LPE shape param being edited