From b45de0487bec5222577ac4ab9b3bb7f993da1718 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Mon, 28 Nov 2022 10:44:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'src/Sound/voice.cxx'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Sound/voice.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Sound/voice.cxx b/src/Sound/voice.cxx index f34218f..c756b85 100644 --- a/src/Sound/voice.cxx +++ b/src/Sound/voice.cxx @@ -199,7 +199,7 @@ FGFestivalVoice::~FGFestivalVoice() void FGVoiceMgr::FGVoice::pushMessage( const string & m) { - FGLocale::utf8toLatin1(&m); + FGLocale::utf8toLatin1(* m); _msg.push(m);