summaryrefslogtreecommitdiff
path: root/PlexServer.h
diff options
context:
space:
mode:
Diffstat (limited to 'PlexServer.h')
-rw-r--r--PlexServer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/PlexServer.h b/PlexServer.h
index 19130d7..a3d6ee1 100644
--- a/PlexServer.h
+++ b/PlexServer.h
@@ -21,7 +21,7 @@ class PlexServer
public:
PlexServer(std::string data, std::string ip);
PlexServer(std::string ip, int port);
- ~PlexServer();
+ PlexServer() {};
int GetMaster() const {
return m_nMaster;