summaryrefslogtreecommitdiff
path: root/src/reel_stereo_picture_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-09-04 23:34:11 +0100
committerCarl Hetherington <cth@carlh.net>2017-09-04 23:34:11 +0100
commit926aff7db1e5ad6c02743608e3792fdca39eea4a (patch)
treeff35ec79b85c259f524ee7e44fd3b129ebf38adb /src/reel_stereo_picture_asset.h
parent8b72edd4068deaf4a9ea5e469475419898976a9d (diff)
Add basic CCAP support.
Diffstat (limited to 'src/reel_stereo_picture_asset.h')
-rw-r--r--src/reel_stereo_picture_asset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel_stereo_picture_asset.h b/src/reel_stereo_picture_asset.h
index 9cf0ead2..c7223495 100644
--- a/src/reel_stereo_picture_asset.h
+++ b/src/reel_stereo_picture_asset.h
@@ -66,7 +66,7 @@ public:
}
private:
- std::string cpl_node_name () const;
+ std::string cpl_node_name (Standard standard) const;
std::pair<std::string, std::string> cpl_node_attribute (Standard standard) const;
};