]> Shamusworld >> Repos - architektonas/blobdiff - src/dimension.h
Add Dimension sizing.
[architektonas] / src / dimension.h
index 4afc2ace68a2ac59c336efd8fac309cfc6c874f9..252c93375dfa3f2a0afe6ab66b8e98614d4046a0 100644 (file)
@@ -38,8 +38,10 @@ class Dimension: public Object
                bool objectWasDragged;
                double length;
                DimensionType dimensionType;
+       public:
                double size;                                            // Size of arrows/text in base units
 
+       private:
                // We use these in lieu of the built-in connected[] array; no reason to
                // do it this way especially
                Connection point1;