]> Shamusworld >> Repos - architektonas/blobdiff - src/object.h
Fixed Container loading, informative display.
[architektonas] / src / object.h
index 39dbb9e4137633bf0483e7711ecb6df8fc3d8d81..b8fdd9db76f70b0a2cf8fbd5e797951c278183e3 100644 (file)
@@ -74,7 +74,9 @@ class Object
                std::vector<Connection> connected;
 
                // Class variables
+       public:
                static QFont * font;
+       protected:
                static bool fixedAngle;
                static bool fixedLength;
                static int viewportHeight;