change namespace SearchEngine into class

This commit is contained in:
Andrzej Rybczak
2009-02-14 16:15:11 +01:00
parent 11622b7ba5
commit 111652e2d6
8 changed files with 197 additions and 178 deletions

View File

@@ -228,7 +228,7 @@ void NcmpcppStatusChanged(Connection *Mpd, StatusChanges changed, void *)
}
else if (current_screen == csSearcher)
{
UpdateFoundList();
mySearcher->UpdateFoundList();
}
else if (current_screen == csLibrary)
{