SubtitleString -> shared_ptr<Subtitle>
[libdcp.git] / src / reel_mono_picture_asset.h
index b0a75f8492d370661b23cd1171a1aa949d5054b8..4c5eaa083ae469a1a580659926f2f48d1493a1a4 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2014-2015 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2014-2017 Carl Hetherington <cth@carlh.net>
 
     This file is part of libdcp.
 
@@ -66,7 +66,7 @@ public:
        }
 
 private:
-       std::string cpl_node_name () const;
+       std::string cpl_node_name (Standard standard) const;
 };
 
 }