diff options
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 |
