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_sound_asset.h | |
| parent | a5adc9221d0af15f345cd3dbc76f37ee47fe65d5 (diff) | |
Cleanup: remove unused parameter.
Diffstat (limited to 'src/reel_sound_asset.h')
| -rw-r--r-- | src/reel_sound_asset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel_sound_asset.h b/src/reel_sound_asset.h index 16d629d1..6537ab5c 100644 --- a/src/reel_sound_asset.h +++ b/src/reel_sound_asset.h @@ -69,7 +69,7 @@ public: private: boost::optional<std::string> key_type () const override; - std::string cpl_node_name (Standard standard) const override; + std::string cpl_node_name() const override; }; |
