From 575f1904125500a6326437fe160b02393b1c747e Mon Sep 17 00:00:00 2001 From: Lee Thomason Date: Sat, 15 Nov 2014 17:50:15 -0800 Subject: [PATCH] fix merge of operator= --- tinyxml2.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/tinyxml2.h b/tinyxml2.h index 562eae8..dfffbde 100755 --- a/tinyxml2.h +++ b/tinyxml2.h @@ -187,8 +187,6 @@ public: void TransferTo( StrPair& other ); private: - void operator=(const StrPair& rhs); - void Reset(); void CollapseWhitespace();