Cleanup: fix more comments/guards (and add check script).
[libdcp.git] / src / j2k_picture_asset.h
index 7ebfed10943f3b69ca4d0517a368be963ca4a5ff..972de43e1f74dab2c174656d3cea965b515bc340 100644 (file)
@@ -41,6 +41,7 @@
 #define LIBDCP_J2K_PICTURE_ASSET_H
 
 
+#include "behaviour.h"
 #include "mxf.h"
 #include "metadata.h"
 #include "picture_asset.h"
@@ -74,11 +75,6 @@ public:
        /** Create a new J2KPictureAsset with a given edit rate and standard */
        J2KPictureAsset (Fraction edit_rate, Standard standard);
 
-       enum class Behaviour {
-               OVERWRITE_EXISTING,
-               MAKE_NEW
-       };
-
        virtual std::shared_ptr<J2KPictureAssetWriter> start_write (
                boost::filesystem::path file,
                Behaviour behaviour