mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user