fix compilation --without-curl

This commit is contained in:
Andrzej Rybczak
2009-02-20 20:12:35 +01:00
parent 2856d5cd78
commit b056fb0968
3 changed files with 3 additions and 1 deletions

View File

@@ -132,7 +132,7 @@ void Lyrics::SwitchTo()
pthread_create(&Downloader, NULL, Get, &itsSong);
}
# else
Get(s);
Get(&itsSong);
w->Flush();
# endif
}