Removed a dependency on STL support in Qt.

ver1_5_1
Christophe Teyssier 2006-06-04 21:57:33 +00:00
parent 010b300e97
commit 47c5ccb31b
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ void CelSplashScreen::drawContents(QPainter *painter) {
}
void CelSplashScreen::update(const string& _message) {
status.setContent(_message);
status.setContent(_message.c_str());
repaint();
}