#709: Fixed typo. (Dimitri Schoolwerth)

v0.27.3
Andreas Huggel 15 years ago
parent bb832790c6
commit 2ac4164777

@ -30,7 +30,7 @@
#endif #endif
#if XMP_WinBuild #if XMP_WinBuild
# ifdef _MSV_VER # ifdef _MSC_VER
#pragma warning ( disable : 4244 ) // possible loss of data (temporary for 64 bit builds) #pragma warning ( disable : 4244 ) // possible loss of data (temporary for 64 bit builds)
#pragma warning ( disable : 4267 ) // possible loss of data (temporary for 64 bit builds) #pragma warning ( disable : 4267 ) // possible loss of data (temporary for 64 bit builds)
# endif # endif

Loading…
Cancel
Save