diff options
| author | chriszero <zerov83@gmail.com> | 2014-11-17 21:38:09 +0100 |
|---|---|---|
| committer | chriszero <zerov83@gmail.com> | 2014-11-17 21:38:09 +0100 |
| commit | fc243d8bfde7c24168b67f90341e7d0d114114b2 (patch) | |
| tree | c8756fd61712d63801f2085959ac1b9468533af6 /cPlexOsdItem.cpp | |
| parent | 23f9f7712bfa33b5a488a447a6fabe6035cc3240 (diff) | |
| download | vdr-plugin-plex-fc243d8bfde7c24168b67f90341e7d0d114114b2.tar.gz vdr-plugin-plex-fc243d8bfde7c24168b67f90341e7d0d114114b2.tar.bz2 | |
Removed c++11 dependency
Diffstat (limited to 'cPlexOsdItem.cpp')
| -rw-r--r-- | cPlexOsdItem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cPlexOsdItem.cpp b/cPlexOsdItem.cpp index 6ee51c1..b76f577 100644 --- a/cPlexOsdItem.cpp +++ b/cPlexOsdItem.cpp @@ -31,4 +31,4 @@ plexclient::Directory* cPlexOsdItem::GetAttachedDirectory() { cPlexOsdItem::~cPlexOsdItem() { -}
\ No newline at end of file +} |
