Add basic CCAP support.
[libdcp.git] / src / reel_subtitle_asset.h
index 1d76ba9e32eafeecadd2cab95427814784dcfbeb..1642a46ef023067d471bdf788a58c7649b0ffd61 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012-2015 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2017 Carl Hetherington <cth@carlh.net>
 
     This file is part of libdcp.
 
@@ -63,7 +63,7 @@ public:
 
 private:
        std::string key_type () const;
-       std::string cpl_node_name () const;
+       std::string cpl_node_name (Standard standard) const;
 };
 
 }