SLUDGE: replace char *by Common::String

This commit is contained in:
yinsimei 2017-07-11 14:57:31 +02:00 committed by Eugene Sandulenko
parent 19ff9f419b
commit 800987ab95
35 changed files with 382 additions and 629 deletions

View file

@ -129,7 +129,7 @@ bool saveThumbnail(Common::WriteStream *stream) {
return true;
}
void showThumbnail(char *filename, int atX, int atY) {
void showThumbnail(const Common::String &filename, int atX, int atY) {
#if 0
GLubyte *thumbnailTexture = NULL;
GLuint thumbnailTextureName = 0;