summaryrefslogtreecommitdiff
path: root/src/reel_sound_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-06-28 22:59:41 +0200
committerCarl Hetherington <cth@carlh.net>2024-08-17 12:57:31 +0200
commit54b46b7630c06044a121d70d9035384126f6e7b3 (patch)
tree916bd20c307e744787b9fe215a96fae9fdee6e7d /src/reel_sound_asset.h
parenta5adc9221d0af15f345cd3dbc76f37ee47fe65d5 (diff)
Cleanup: remove unused parameter.
Diffstat (limited to 'src/reel_sound_asset.h')
-rw-r--r--src/reel_sound_asset.h2
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;
};