]> Shamusworld >> Repos - architektonas/blobdiff - src/mirroraction.h
Mirror tool now works successfully for all object types. :-D
[architektonas] / src / mirroraction.h
index 2198a88e4a6543220b91a07cefb0477c0abcdc3d..caeda0d4d3ae5c6bf6a51ae354c26d463fdc9f54 100644 (file)
@@ -24,6 +24,7 @@ class MirrorAction: public Action
                Line * line;
                Vector p1, p2, p1Save;
                bool shiftWasPressedOnNextPoint;
+//             Container * selected;
                Container * mirror;
 };