Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 2728 was 2705, checked in by rgrieder, 16 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
RevLine 
[2603]1--- ticpp.h     Tue Nov  4 21:55:49 2008
2+++ ticpp.h     Sat Jan 10 14:48:41 2009
3@@ -1229,6 +1229,7 @@
[2705]4 
5                T* m_tiXmlPointer;              /**< Internal pointer to the TiXml Class which is being wrapped */
6 
7+    public:
8                /**
9                @internal
10                Gets the internal TinyXML pointer.
[2603]11@@ -1240,6 +1241,7 @@
[2705]12                        ValidatePointer();
13                        return m_tiXmlPointer;
14                }
15+    protected:
16 
17                /**
18                @internal
Note: See TracBrowser for help on using the repository browser.