move WindowTitle() to local unnamed namespace

This commit is contained in:
Andrzej Rybczak
2009-02-11 09:12:49 +01:00
parent d82577e357
commit cecb11c3d8
6 changed files with 27 additions and 68 deletions

View File

@@ -103,7 +103,7 @@ namespace
}
}
void * GetArtistInfo(void *ptr)
void *GetArtistInfo(void *ptr)
{
string *strptr = static_cast<string *>(ptr);
string artist = *strptr;