summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/array.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/live_effects/parameter/array.h')
-rw-r--r--src/live_effects/parameter/array.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/live_effects/parameter/array.h b/src/live_effects/parameter/array.h
index 25e479304..66ed6344b 100644
--- a/src/live_effects/parameter/array.h
+++ b/src/live_effects/parameter/array.h
@@ -16,7 +16,6 @@
#include "live_effects/parameter/parameter.h"
#include "helper/geom-satellite.h"
-#include "helper/geom-satellite-enum.h"
#include "svg/svg.h"
#include "svg/stringstream.h"
@@ -111,14 +110,14 @@ protected:
str << nVector;
}
- void writesvgData(SVGOStringStream &str, Geom::Satellite const &nVector) const {
+ void writesvgData(SVGOStringStream &str, Satellite const &nVector) const {
str << nVector.getSatelliteTypeGchar();
str << ",";
- str << nVector.isTime;
+ str << nVector.is_time;
str << ",";
str << nVector.active;
str << ",";
- str << nVector.hasMirror;
+ str << nVector.has_mirror;
str << ",";
str << nVector.hidden;
str << ",";