diff options
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 ba08c267..00355335 100644 --- a/src/reel_asset.h +++ b/src/reel_asset.h @@ -137,7 +137,7 @@ protected: virtual std::pair<std::string, std::string> cpl_node_attribute (Standard) const; /** @return Any namespace that should be used on the asset's node in the CPL */ - virtual std::pair<std::string, std::string> cpl_node_namespace (Standard) const; + virtual std::pair<std::string, std::string> cpl_node_namespace () const; xmlpp::Node* write_to_cpl_asset (xmlpp::Node* node, Standard standard, boost::optional<std::string> hash) const; |
