summaryrefslogtreecommitdiff
path: root/PVideo.h
diff options
context:
space:
mode:
authorChristian <zerov83@gmail.com>2016-03-28 20:41:54 +0200
committerChristian <zerov83@gmail.com>2016-03-28 20:41:54 +0200
commitbd3d480a94558344f0a55707bc59b181fc7ea943 (patch)
treed54aaa531c747df28950e0db542f9d9cb26874e0 /PVideo.h
parent495f828b507611fafa49997adf7f2bda815cdcb8 (diff)
downloadvdr-plugin-plex-bd3d480a94558344f0a55707bc59b181fc7ea943.tar.gz
vdr-plugin-plex-bd3d480a94558344f0a55707bc59b181fc7ea943.tar.bz2
paralleling cPictureCache.
Multiple server connections now possible
Diffstat (limited to 'PVideo.h')
-rw-r--r--PVideo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/PVideo.h b/PVideo.h
index 8330d53..ed5b8dc 100644
--- a/PVideo.h
+++ b/PVideo.h
@@ -104,6 +104,7 @@ public:
#ifdef SKINDESIGNER
// gridElement
virtual void AddTokens(std::shared_ptr<skindesignerapi::cOsdElement> grid, bool clear = true, std::function<void(cGridElement*)> OnCached = NULL);
+
#endif
};