Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/buildsystem3/src/tinyxml/changes_orxonox.diff @ 2705

Last change on this file since 2705 was 2705, checked in by rgrieder, 15 years ago

svn:eol-style "native"
No code changes at all, just line endings.

  • Property svn:eol-style set to native
File size: 376 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.