]> Shamusworld >> Repos - architektonas/blobdiff - src/object.h
Added gratuitous About screen (this time, for real).
[architektonas] / src / object.h
index 330f5ad46b32833cd900655156ca888362258a73..1e6342290d629b6ff3bc29a42096632e1e457c09 100644 (file)
@@ -43,8 +43,7 @@ class Object
                ObjectState state;
                ObjectState oldState;
                bool needUpdate;
-               Dimension * dimPoint1;
-               Dimension * dimPoint2;
+               Dimension * attachedDimension;
 
                // Class variables
                static QFont * font;