Minor tweak.
This commit is contained in:
parent
35e2cf2307
commit
877ad509a6
1 changed files with 1 additions and 1 deletions
|
@ -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() );
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue