summaryrefslogtreecommitdiffstats
path: root/src/sp-use.h
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2017-11-03 00:10:02 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2017-11-03 00:10:02 +0000
commitd2df0412f728dd5bb54537dfdfe7c35b34d40e0e (patch)
treee2703384779e83312c456399999997fcc289c5cf /src/sp-use.h
parentMerge branch 'master' into powerpencil (diff)
parentchange assignment to equality (diff)
downloadinkscape-d2df0412f728dd5bb54537dfdfe7c35b34d40e0e.tar.gz
inkscape-d2df0412f728dd5bb54537dfdfe7c35b34d40e0e.zip
Merge branch 'master' into powerpencil
Diffstat (limited to 'src/sp-use.h')
-rw-r--r--src/sp-use.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/sp-use.h b/src/sp-use.h
index 81e4391aa..bcf0a8513 100644
--- a/src/sp-use.h
+++ b/src/sp-use.h
@@ -19,12 +19,13 @@
#include <sigc++/sigc++.h>
#include "svg/svg-length.h"
+#include "sp-dimensions.h"
#include "sp-item.h"
#include "enums.h"
class SPUseReference;
-class SPUse : public SPItem {
+class SPUse : public SPItem, public SPDimensions {
public:
SPUse();
virtual ~SPUse();
@@ -34,10 +35,6 @@ public:
SPItem *child;
// SVG attrs
- SVGLength x;
- SVGLength y;
- SVGLength width;
- SVGLength height;
char *href;
// the reference to the original object