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_atmos_asset.h | |
| parent | a5adc9221d0af15f345cd3dbc76f37ee47fe65d5 (diff) | |
Cleanup: remove unused parameter.
Diffstat (limited to 'src/reel_atmos_asset.h')
| -rw-r--r-- | src/reel_atmos_asset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel_atmos_asset.h b/src/reel_atmos_asset.h index c3de76a8..ab18d1ab 100644 --- a/src/reel_atmos_asset.h +++ b/src/reel_atmos_asset.h @@ -76,7 +76,7 @@ private: return std::string("MDEK"); } - std::string cpl_node_name (Standard standard) const override; + std::string cpl_node_name() const override; std::pair<std::string, std::string> cpl_node_namespace () const override; }; |
