Code

Warning cleanup from unused cursor images.
[inkscape.git] / src / live_effects / lpe-ruler.h
index 6a7a7282bbc943d7df6ad926d7a53c5093f6e915..0c72f1637a3824ddf135245951c69f2d1daff5c8 100644 (file)
@@ -19,6 +19,7 @@
 #include "live_effects/parameter/text.h"
 #include "live_effects/parameter/enum.h"
 #include "live_effects/parameter/bool.h"
+#include "live_effects/parameter/unit.h"
 
 namespace Inkscape {
 namespace LivePathEffect {
@@ -52,6 +53,7 @@ private:
     Geom::Piecewise<Geom::D2<Geom::SBasis> > ruler_mark(Geom::Point const &A, Geom::Point const &n, MarkType const &marktype);
 
     ScalarParam mark_distance;
+    UnitParam unit;
     ScalarParam mark_length;
     ScalarParam minor_mark_length;
     ScalarParam major_mark_steps;