namespace libdcp -> dcp.
[libdcp.git] / src / reel.h
index 35302f17d96cdd0baf52a69314953b1adce07a73..666e235e86ed9976251a35eda7860d9d380185b0 100644 (file)
@@ -31,7 +31,7 @@ namespace xmlpp {
        class Node;
 }
 
-namespace libdcp {
+namespace dcp {
 
 class PictureAsset;
 class SoundAsset;
@@ -68,7 +68,7 @@ public:
 
        bool encrypted () const;
 
-       void set_mxf_keys (libdcp::Key);
+       void set_mxf_keys (dcp::Key);
        
        bool equals (boost::shared_ptr<const Reel> other, EqualityOptions opt, boost::function<void (NoteType, std::string)> notes) const;