[ros-diffs] [martinf] 23415: fix GCC build error "explicit qualification in declaration of MLStorage::..."

martinf at svn.reactos.org martinf at svn.reactos.org
Wed Aug 2 14:11:25 CEST 2006


Author: martinf
Date: Wed Aug  2 16:11:24 2006
New Revision: 23415

URL: http://svn.reactos.org/svn/reactos?rev=23415&view=rev
Log:
fix GCC build error "explicit qualification in declaration of MLStorage::..."

Modified:
    trunk/reactos/base/shell/explorer/utility/xmlstorage.cpp

Modified: trunk/reactos/base/shell/explorer/utility/xmlstorage.cpp
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/utility/xmlstorage.cpp?rev=23415&r1=23414&r2=23415&view=diff
==============================================================================
--- trunk/reactos/base/shell/explorer/utility/xmlstorage.cpp (original)
+++ trunk/reactos/base/shell/explorer/utility/xmlstorage.cpp Wed Aug  2 16:11:24 2006
@@ -49,11 +49,11 @@
 
  // work around GCC's wide string constant bug
 #ifdef __GNUC__
-const LPCXSSTR XMLStorage::XS_EMPTY = XS_EMPTY_STR;
-const LPCXSSTR XMLStorage::XS_TRUE = XS_TRUE_STR;
-const LPCXSSTR XMLStorage::XS_FALSE = XS_FALSE_STR;
-const LPCXSSTR XMLStorage::XS_INTFMT = XS_INTFMT_STR;
-const LPCXSSTR XMLStorage::XS_FLOATFMT = XS_FLOATFMT_STR;
+const LPCXSSTR XS_EMPTY = XS_EMPTY_STR;
+const LPCXSSTR XS_TRUE = XS_TRUE_STR;
+const LPCXSSTR XS_FALSE = XS_FALSE_STR;
+const LPCXSSTR XS_INTFMT = XS_INTFMT_STR;
+const LPCXSSTR XS_FLOATFMT = XS_FLOATFMT_STR;
 #endif
 
 




More information about the Ros-diffs mailing list