]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/mk_viii.hxx
fix a typo
[flightgear.git] / src / Instrumentation / mk_viii.hxx
index afacd10fd4bc0cbd89fcf786db085bf6efcd3c8d..8a28d4adc0934a08284733d1295d03754eef6613 100755 (executable)
@@ -40,6 +40,11 @@ using std::map;
 #include <Airports/simple.hxx>
 #include <Main/globals.hxx>
 
+#ifdef _MSC_VER
+#  pragma warning( push )
+#  pragma warning( disable: 4355 )
+#endif
+
 ///////////////////////////////////////////////////////////////////////////////
 // MK_VIII ////////////////////////////////////////////////////////////////////
 ///////////////////////////////////////////////////////////////////////////////
@@ -1646,4 +1651,8 @@ public:
   virtual void update (double dt);
 };
 
+#ifdef _MSC_VER
+#  pragma warning( pop )
+#endif
+
 #endif // __INSTRUMENTS_MK_VIII_HXX