Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 31, 2007, 12:06:33 AM (16 years ago)
Author:
landauf
Message:

updated to the newest tinyXML library and changed one line in the LevelLoader

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/tinyxml/tinystr.cc

    r660 r738  
    2424
    2525/*
    26  * THIS FILE WAS ALTERED BY Tyge Lvset, 7. April 2005.
     26 * THIS FILE WAS ALTERED BY Tyge Løvset, 7. April 2005.
    2727 */
    2828
     
    3333
    3434// Error value for find primitive
    35 const TiXmlString::size_type TiXmlString::npos = static_cast< size_type >(-1);
     35const TiXmlString::size_type TiXmlString::npos = static_cast< TiXmlString::size_type >(-1);
     36
    3637
    3738// Null rep.
    38 //FIXME: missing braces around initializer for ‘char [1]’
    39 TiXmlString::Rep TiXmlString::nullrep_ = { 0, 0, '\0' };
     39TiXmlString::Rep TiXmlString::nullrep_ = { 0, 0, { '\0' } };
    4040
    4141
Note: See TracChangeset for help on using the changeset viewer.