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

Origin commit data
------------------
Branch: ni/coolstream
Commit: f3e57a224d
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-09-27 (Sat, 27 Sep 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2014-09-27 15:16:44 +04:00
parent e6b68b929e
commit ba4934300d
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: