Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/SuperOrxoBros_HS18/SuperOrxoBros_HS18/src/external/tinyxml/changes_orxonox.diff @ 12175

Last change on this file since 12175 was 12175, checked in by siramesh, 5 years ago

Super Orxo Bros (Sidharth Ramesh, Nisa Balta, Jeff Ren)

File size: 640 bytes
RevLine 
[12175]1--- ticpp.h
2+++ ticpp.h
3@@ -38,9 +38,7 @@
4 @todo add TYPECOUNT support. See ticpp::NodeFactory.
5 @todo Add a quick reference
6 */
7-#ifndef TIXML_USE_TICPP
8-       #define TIXML_USE_TICPP
9-#endif
10+#ifdef TIXML_USE_TICPP
11 
12 #ifndef TICPP_INCLUDED
13 #define TICPP_INCLUDED
14@@ -1231,6 +1229,7 @@
15 
16                T* m_tiXmlPointer;              /**< Internal pointer to the TiXml Class which is being wrapped */
17 
18+       public:
19                /**
20                @internal
21                Gets the internal TinyXML pointer.
22@@ -1242,6 +1241,7 @@
23                        ValidatePointer();
24                        return m_tiXmlPointer;
25                }
26+       protected:
27 
28                /**
29                @internal
30@@ -1903,3 +1903,5 @@
31 }
32 
33 #endif // TICPP_INCLUDED
34+
35+#endif // TIXML_USE_TICPP
Note: See TracBrowser for help on using the repository browser.