X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fobject.h;h=1e6342290d629b6ff3bc29a42096632e1e457c09;hb=a14390c31519388a3e4f01bc53c0e4572708940c;hp=330f5ad46b32833cd900655156ca888362258a73;hpb=b8c3c411826c1df00e54daeaf6cd820685f4f460;p=architektonas diff --git a/src/object.h b/src/object.h index 330f5ad..1e63422 100644 --- a/src/object.h +++ b/src/object.h @@ -43,8 +43,7 @@ class Object ObjectState state; ObjectState oldState; bool needUpdate; - Dimension * dimPoint1; - Dimension * dimPoint2; + Dimension * attachedDimension; // Class variables static QFont * font;