1
0
Fork 0

Minor tweak.

This commit is contained in:
curt 1999-03-30 23:48:04 +00:00
parent 35e2cf2307
commit 877ad509a6

View file

@ -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() );
}
/* -----------------------------------------------------------------------