diff options
Diffstat (limited to 'src/lib/content.h')
| -rw-r--r-- | src/lib/content.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/content.h b/src/lib/content.h index f09097ccf..f72007f04 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -199,8 +199,7 @@ protected: */ mutable boost::mutex _mutex; - /** Paths of our data files */ - std::vector<boost::filesystem::path> _paths; + void add_path (boost::filesystem::path p); private: friend struct ffmpeg_pts_offset_test; @@ -211,6 +210,9 @@ private: void signal_change (ChangeType, int); + /** Paths of our data files */ + std::vector<boost::filesystem::path> _paths; + std::string _digest; DCPTime _position; ContentTime _trim_start; |
