Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 2687 was 2664, checked in by rgrieder, 16 years ago

Merged buildsystem2 to buildsystem3.

Note: Bare merge, just resolved conflicts. To testing, no nothing.

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.