diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-21 13:47:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-21 13:47:40 +0100 |
| commit | 19356a292ba53b6d40270b1e74af5dad2304dbd5 (patch) | |
| tree | 5632234ec4ce2106284f5c23e5af2d110c996c44 /src/reel_asset.h | |
| parent | 26f6ead44ff6bcb259c1755f91beb0a9e3eee988 (diff) | |
Various fix-ups and warning fixes from OS X.
Diffstat (limited to 'src/reel_asset.h')
| -rw-r--r-- | src/reel_asset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel_asset.h b/src/reel_asset.h index 93f6fe91..84d98221 100644 --- a/src/reel_asset.h +++ b/src/reel_asset.h @@ -84,7 +84,7 @@ protected: /** @return Any attribute that should be used on the asset's node in the * CPL. */ - virtual std::pair<std::string, std::string> cpl_node_attribute () const; + virtual std::pair<std::string, std::string> cpl_node_attribute (Standard) const; /** Reference to the content (MXF or XML file) that this reel entry * applies to. |
