]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/entity/doom3group.cpp
- Radiant is now Vista compatible (Aero must be disabled)
[xonotic/netradiant.git] / plugins / entity / doom3group.cpp
index 49b38e9770966b6c9f2254150633a3d34ebaf654..66e2f9249f03acd58fcf605324b9c5cc00fdb1c1 100644 (file)
@@ -203,6 +203,11 @@ private:
     setIsModel(!string_equal(m_modelKey.c_str(), m_name.c_str()));
   }
 
+// vc 2k5 compiler fix
+#if _MSC_VER >= 1400
+       public:
+#endif
+
   void nameChanged(const char* value)
   {
     m_name = value;