From 877ad509a6f660da5e34fd97e38d9645c57a3880 Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 30 Mar 1999 23:48:04 +0000 Subject: [PATCH] Minor tweak. --- GUI/gui.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() ); } /* ----------------------------------------------------------------------- -- 2.39.5