Code

Fix behavior when loading a document
[inkscape.git] / src / live_effects / lpe-path_length.h
index e032bf3c946880d491f2ce2dbbf6bf92e6d18b6f..e108e770aa08c88ffc82dc0cee4d56bc6bb6c5b8 100644 (file)
@@ -17,6 +17,7 @@
 #include "live_effects/effect.h"
 #include "live_effects/parameter/text.h"
 #include "live_effects/parameter/unit.h"
+#include "live_effects/parameter/bool.h"
 
 namespace Inkscape {
 namespace LivePathEffect {
@@ -36,6 +37,7 @@ private:
     ScalarParam scale;
     TextParamInternal info_text;
     UnitParam unit;
+    BoolParam display_unit;
 };
 
 } //namespace LivePathEffect