gui/filebrowser.cpp: change checkBD() to static

This commit is contained in:
[CST] Focus
2014-09-27 15:16:44 +04:00
parent 62328467c3
commit f3e57a224d
2 changed files with 4 additions and 4 deletions

View File

@@ -191,7 +191,6 @@ class CFileBrowser
void paintFoot();
void paintSMSKey();
void recursiveDelete(const char* file);
bool checkBD(CFile &file);
protected:
void commonInit();
@@ -238,6 +237,7 @@ class CFileBrowser
return Path;
}
int getMenuRet() { return menu_ret; }
static bool checkBD(CFile &file);
// size_t CurlWriteToString(void *ptr, size_t size, size_t nmemb, void *data);
private: