From 9ffe3c7ba4eb7011279e14ff1c5b5357bf874114 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 18 Apr 2018 22:35:42 +0300 Subject: warning fix --- plugins/UserInfoEx/src/ex_import/tinyxml.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/UserInfoEx') diff --git a/plugins/UserInfoEx/src/ex_import/tinyxml.h b/plugins/UserInfoEx/src/ex_import/tinyxml.h index dc9087cc8c..bf3732a862 100644 --- a/plugins/UserInfoEx/src/ex_import/tinyxml.h +++ b/plugins/UserInfoEx/src/ex_import/tinyxml.h @@ -389,7 +389,7 @@ private: in a document, or stand on its own. The type of a TiXmlNode can be queried, and it can be cast to its more defined type. */ -class TiXmlNode : public TiXmlBase, private MNonCopyable +class TiXmlNode : public TiXmlBase { friend class TiXmlDocument; friend class TiXmlElement; @@ -692,7 +692,7 @@ protected: part of the tinyXML document object model. There are other suggested ways to look at this problem. */ -class TiXmlAttribute : public TiXmlBase, private MNonCopyable +class TiXmlAttribute : public TiXmlBase { friend class TiXmlAttributeSet; -- cgit v1.2.3