move WindowTitle() to local unnamed namespace
This commit is contained in:
@@ -103,7 +103,7 @@ namespace
|
||||
}
|
||||
}
|
||||
|
||||
void * GetArtistInfo(void *ptr)
|
||||
void *GetArtistInfo(void *ptr)
|
||||
{
|
||||
string *strptr = static_cast<string *>(ptr);
|
||||
string artist = *strptr;
|
||||
|
||||
Reference in New Issue
Block a user