summaryrefslogtreecommitdiff
path: root/playlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'playlist.h')
-rw-r--r--playlist.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/playlist.h b/playlist.h
index bfb7e46..08090ef 100644
--- a/playlist.h
+++ b/playlist.h
@@ -139,7 +139,11 @@ void ExpandEnvironment(tParamFile *FileStruc);
class cPluginPlaylist : public cPlugin {
private:
// Add any member variables or functions you may need here.
+#if VDRVERSNUM >= 10507
+ const char *OSDLanguage;
+#else
int OSDLanguage;
+#endif
void TestAndSetOSDLanguage(void);
bool ProcessArg(int argc, char *argv[]);