summaryrefslogtreecommitdiff
path: root/PVideo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'PVideo.cpp')
-rw-r--r--PVideo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/PVideo.cpp b/PVideo.cpp
index f05c220..b186da8 100644
--- a/PVideo.cpp
+++ b/PVideo.cpp
@@ -3,10 +3,10 @@
namespace plexclient
{
-Video::Video(Poco::XML::Node* pNode, PlexServer* Server)
+Video::Video(Poco::XML::Node* pNode, PlexServer Server)
{
m_iMyPlayOffset = 0;
- m_pServer = Server;
+ m_Server = Server;
NodeIterator it(pNode, Poco::XML::NodeFilter::SHOW_ALL);
Poco::XML::Node* pChildNode = it.nextNode();