From b3a59b06a977129bd773ff46f4fd66e0057fb9cd Mon Sep 17 00:00:00 2001 From: chriszero Date: Fri, 27 Mar 2015 09:32:27 +0100 Subject: develop skindesigner support --- XmlObject.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'XmlObject.h') diff --git a/XmlObject.h b/XmlObject.h index 5b8b2ca..22626b4 100644 --- a/XmlObject.h +++ b/XmlObject.h @@ -15,9 +15,7 @@ enum MediaType {UNDEF = 0, PHOTO, MOVIE, MUSIC, SHOW, SEASON, EPISODE}; enum StreamType {sUNDEF = 0, sVIDEO = 1, sAUDIO = 2, sSUBTITLE = 3}; class XmlObject -{ -public: - +{ protected: static std::string GetNodeValue(Poco::XML::Node* pNode); static int GetNodeValueAsInt(Poco::XML::Node* pNode); -- cgit v1.2.3