Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/tinyxml/changes_orxonox.diff @ 3343

Last change on this file since 3343 was 2710, checked in by rgrieder, 16 years ago

Merged buildsystem3 containing buildsystem2 containing Adi's buildsystem branch back to the trunk.
Please update the media directory if you were not using buildsystem3 before.

  • 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.