gui/movieplayer.cpp: allow getInstance() to return background instance

This commit is contained in:
[CST] Focus
2015-10-16 14:53:35 +03:00
parent 1b7f575a37
commit c4197fb5f3
2 changed files with 3 additions and 3 deletions

View File

@@ -195,7 +195,7 @@ class CMoviePlayerGui : public CMenuTarget
public:
~CMoviePlayerGui();
static CMoviePlayerGui& getInstance();
static CMoviePlayerGui& getInstance(bool background = false);
int exec(CMenuTarget* parent, const std::string & actionKey);
bool Playing() { return playing; };