summaryrefslogtreecommitdiff
path: root/src/sound_asset.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-03-20 22:00:36 +0100
committerCarl Hetherington <cth@carlh.net>2025-03-20 22:01:06 +0100
commit4481f844c5dc5d84ec63f354f44c54022e101388 (patch)
treee36f1f412dc690f5ebf2fa9b4d9bd07240128c9d /src/sound_asset.cc
parent7f1a89fce5c87c5328c53d031f24dc979caf56ab (diff)
Rename LanguageTag::to_string -> as_string().
Diffstat (limited to 'src/sound_asset.cc')
-rw-r--r--src/sound_asset.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound_asset.cc b/src/sound_asset.cc
index c73255b8..f671a58a 100644
--- a/src/sound_asset.cc
+++ b/src/sound_asset.cc
@@ -127,7 +127,7 @@ SoundAsset::SoundAsset (Fraction edit_rate, int sampling_rate, int channels, Lan
, _edit_rate (edit_rate)
, _channels (channels)
, _sampling_rate (sampling_rate)
- , _language (language.to_string())
+ , _language(language.as_string())
{
}