From fc243d8bfde7c24168b67f90341e7d0d114114b2 Mon Sep 17 00:00:00 2001 From: chriszero Date: Mon, 17 Nov 2014 21:38:09 +0100 Subject: Removed c++11 dependency --- PlexServer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'PlexServer.h') diff --git a/PlexServer.h b/PlexServer.h index 61438d3..3de2ae2 100644 --- a/PlexServer.h +++ b/PlexServer.h @@ -64,8 +64,8 @@ public: private: std::string m_sDiscovery; - int m_nOwned = 0; - int m_nMaster = 0; + int m_nOwned; + int m_nMaster; std::string m_sRole; std::string m_sContentType; std::string m_sUuid; -- cgit v1.2.3