Code

Rename LPE: mirror reflect --> mirror symmetry
[inkscape.git] / src / live_effects / effect.h
index 07b58c87cdbf7c3e4afb56a92023bc8b047478c7..dc5d6ec4a1fb6fcdfa18be85b71fcb5123daa13b 100644 (file)
@@ -14,6 +14,7 @@
 #include <map>
 #include <glibmm/ustring.h>
 #include <2geom/path.h>
+#include <2geom/forward.h>
 #include "ui/widget/registry.h"
 #include "util/enums.h"
 #include "sp-lpe-item.h"
@@ -37,10 +38,6 @@ namespace Gtk {
     class Tooltips;
 }
 
-namespace Geom {
-    class Matrix;
-}
-
 namespace Inkscape {
 
 namespace XML {
@@ -72,7 +69,7 @@ enum EffectType {
     CONSTRUCT_GRID,
     PERP_BISECTOR,
     TANGENT_TO_CURVE,
-    MIRROR_REFLECT,
+    MIRROR_SYMMETRY,
     CIRCLE_3PTS,
     ANGLE_BISECTOR,
     PARALLEL,