diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-04-13 14:46:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-05-18 11:50:29 +0100 |
| commit | 334b94526f2c1271718a94fe97cfa843cf6ef7a1 (patch) | |
| tree | 67fa8769c7fb72ec6bff799c2a3d1b087454734a /src/lib/content_part.h | |
| parent | 78664f8073256de51355c9162f61a4ae4fa560d7 (diff) | |
Basics of subtitle split.
Diffstat (limited to 'src/lib/content_part.h')
| -rw-r--r-- | src/lib/content_part.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/content_part.h b/src/lib/content_part.h index 2d0f73f7f..b1282d98d 100644 --- a/src/lib/content_part.h +++ b/src/lib/content_part.h @@ -17,6 +17,9 @@ */ +#ifndef DCPOMATIC_CONTENT_PART_H +#define DCPOMATIC_CONTENT_PART_H + #include <boost/weak_ptr.hpp> class Content; @@ -35,3 +38,5 @@ protected: boost::weak_ptr<const Film> _film; mutable boost::mutex _mutex; }; + +#endif |
