Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 2638 was 2603, checked in by rgrieder, 16 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
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 @@
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.
11@@ -1240,6 +1241,7 @@
12                        ValidatePointer();
13                        return m_tiXmlPointer;
14                }
15+    protected:
16 
17                /**
18                @internal
Note: See TracBrowser for help on using the repository browser.