diff options
Diffstat (limited to 'PlexServer.h')
-rw-r--r-- | PlexServer.h | 4 |
1 files changed, 2 insertions, 2 deletions
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; |