]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/entity/eclassmodel.cpp
- Radiant is now Vista compatible (Aero must be disabled)
[xonotic/netradiant.git] / plugins / entity / eclassmodel.cpp
index 2318441feff634fd0e9aece64e58dbd976fb309b..d69fb8c891918e6b13c3ad00855db9fdc4e69720 100644 (file)
@@ -97,6 +97,11 @@ class EclassModel :
     m_keyObservers.insert("origin", OriginKey::OriginChangedCaller(m_originKey));
   }
 
+// vc 2k5 compiler fix
+#if _MSC_VER >= 1400
+       public:
+#endif
+
   void updateTransform()
   {
     m_transform.localToParent() = g_matrix4_identity;
@@ -524,3 +529,4 @@ scene::Node& New_EclassModel(EntityClass* eclass)
   return (new EclassModelNode(eclass))->node();
 }
 
+