r261: Use explicit std:: namespace
[ctsim.git] / libctsupport / msvc.cpp
index 02266ae87557246f033de43fac146a6879f6e59d..99e1caa85f6313fe33250f192939d6c5aecf149a 100644 (file)
@@ -2,7 +2,7 @@
 
 // Work around bug in VC6
 #ifdef MSVC
-const  struct fpos_t std::_Fpz = {0, 0};
+const  fpos_t std::_Fpz = 0;
 #endif
 
 \r