From: curt Date: Tue, 30 Mar 1999 23:48:04 +0000 (+0000) Subject: Minor tweak. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=877ad509a6f660da5e34fd97e38d9645c57a3880;p=flightgear.git Minor tweak. --- diff --git a/GUI/gui.cxx b/GUI/gui.cxx index 756da284b..4c06111bf 100644 --- a/GUI/gui.cxx +++ b/GUI/gui.cxx @@ -151,7 +151,7 @@ void helpCb (puObject *) string text = "Help not yet implimented for Win32."; #endif - mkDialog (text.c_str()); + mkDialog ( (char*)text.c_str() ); } /* -----------------------------------------------------------------------