]> Shamusworld >> Repos - architektonas/blobdiff - src/mirroraction.h
Added Geometry class for common geometric tools used everywhere.
[architektonas] / src / mirroraction.h
index 0ff0a79cc8d7ed2df63ec361287820d49663f732..2198a88e4a6543220b91a07cefb0477c0abcdc3d 100644 (file)
@@ -3,6 +3,7 @@
 
 #include "action.h"
 
+class Container;
 class Line;
 
 class MirrorAction: public Action
@@ -23,6 +24,7 @@ class MirrorAction: public Action
                Line * line;
                Vector p1, p2, p1Save;
                bool shiftWasPressedOnNextPoint;
+               Container * mirror;
 };
 
 #endif // __MIRRORACTION_H__