Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/SuperOrxoBros_HS18/SuperOrxoBros_HS18/src/external/tinyxml/changes_orxonox.diff @ 12175

Last change on this file since 12175 was 12175, checked in by siramesh, 5 years ago

Super Orxo Bros (Sidharth Ramesh, Nisa Balta, Jeff Ren)

File size: 640 bytes
  • ticpp.h

     
    3838@todo add TYPECOUNT support. See ticpp::NodeFactory.
    3939@todo Add a quick reference
    4040*/
    41 #ifndef TIXML_USE_TICPP
    42         #define TIXML_USE_TICPP
    43 #endif
     41#ifdef TIXML_USE_TICPP
    4442
    4543#ifndef TICPP_INCLUDED
    4644#define TICPP_INCLUDED
     
    12311229
    12321230                T* m_tiXmlPointer;              /**< Internal pointer to the TiXml Class which is being wrapped */
    12331231
     1232        public:
    12341233                /**
    12351234                @internal
    12361235                Gets the internal TinyXML pointer.
     
    12421241                        ValidatePointer();
    12431242                        return m_tiXmlPointer;
    12441243                }
     1244        protected:
    12451245
    12461246                /**
    12471247                @internal
     
    19031903}
    19041904
    19051905#endif  // TICPP_INCLUDED
     1906
     1907#endif // TIXML_USE_TICPP
Note: See TracBrowser for help on using the repository browser.