Browse Source

remove unused XMLBase

Lee Thomason 10 năm trước cách đây
mục cha
commit
d3f5c318ae
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      tinyxml2.h

+ 0 - 2
tinyxml2.h

@@ -893,7 +893,6 @@ private:
 */
 class TINYXML2_LIB XMLText : public XMLNode
 {
-    friend class XMLBase;
     friend class XMLDocument;
 public:
     virtual bool Accept( XMLVisitor* visitor ) const;
@@ -1142,7 +1141,6 @@ private:
 */
 class TINYXML2_LIB XMLElement : public XMLNode
 {
-    friend class XMLBase;
     friend class XMLDocument;
 public:
     /// Get the name of an element (which is the Value() of the node.)