diff options
Diffstat (limited to 'src/sound_asset.h')
| -rw-r--r-- | src/sound_asset.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sound_asset.h b/src/sound_asset.h index 8e55aef7..91a213b8 100644 --- a/src/sound_asset.h +++ b/src/sound_asset.h @@ -86,7 +86,7 @@ public: return _intrinsic_duration; } - LanguageTag language () const { + std::string language () const { return _language; } @@ -107,7 +107,7 @@ private: int64_t _intrinsic_duration; int _channels; ///< number of channels int _sampling_rate; ///< sampling rate in Hz - LanguageTag _language; + std::string _language; }; } |
