Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/buildsystem2/src/tinyxml/changes_orxonox.diff @ 2619

Last change on this file since 2619 was 2603, checked in by rgrieder, 15 years ago
  • Added unified diff file with our changes for TinyXML++
  • Minimised our changes by renaming the files to their orignal names
File size: 390 bytes
  • ticpp.h

     
    12291229
    12301230                T* m_tiXmlPointer;              /**< Internal pointer to the TiXml Class which is being wrapped */
    12311231
     1232    public:
    12321233                /**
    12331234                @internal
    12341235                Gets the internal TinyXML pointer.
     
    12401241                        ValidatePointer();
    12411242                        return m_tiXmlPointer;
    12421243                }
     1244    protected:
    12431245
    12441246                /**
    12451247                @internal
Note: See TracBrowser for help on using the repository browser.