diff options
Diffstat (limited to 'recman.h')
-rw-r--r-- | recman.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -357,9 +357,8 @@ namespace vdrlive { private: DirectoryList(RecordingsManagerPtr recManPtr); -#if APIVERSNUM >= 10712 void InjectFoldersConf(cNestedItem * folder, std::string parent = ""); -#endif + public: typedef std::list< std::string > DirVecType; |