diff options
Diffstat (limited to 'PlexServer.h')
-rw-r--r-- | PlexServer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PlexServer.h b/PlexServer.h index 3de2ae2..19130d7 100644 --- a/PlexServer.h +++ b/PlexServer.h @@ -20,6 +20,7 @@ class PlexServer { public: PlexServer(std::string data, std::string ip); + PlexServer(std::string ip, int port); ~PlexServer(); int GetMaster() const { |