svn-id: r4887
This commit is contained in:
Paweł Kołodziejski 2002-08-31 18:46:00 +00:00
parent 23c8db6780
commit bb71d9e677
3 changed files with 19 additions and 19 deletions

View file

@ -132,7 +132,7 @@ int main(int argc, char *argv[])
{
OSystem::Property prop;
prop.caption = detector.getGameName();
prop.caption = (char *)detector.getGameName();
system->property(OSystem::PROP_SET_WINDOW_CAPTION, &prop);
}