diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-06-28 22:59:41 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-08-17 12:57:31 +0200 |
| commit | 54b46b7630c06044a121d70d9035384126f6e7b3 (patch) | |
| tree | 916bd20c307e744787b9fe215a96fae9fdee6e7d /src/reel_asset.h | |
| parent | a5adc9221d0af15f345cd3dbc76f37ee47fe65d5 (diff) | |
Cleanup: remove unused parameter.
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 8dad739e..99db60b4 100644 --- a/src/reel_asset.h +++ b/src/reel_asset.h @@ -139,7 +139,7 @@ protected: /** @return the node name that this asset uses in the CPL's <Reel> node * e.g. MainPicture, MainSound etc. */ - virtual std::string cpl_node_name (Standard) const = 0; + virtual std::string cpl_node_name() const = 0; /** @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 (Standard) const; |
