COPKGManager: add variable to hold last selected source dir

This commit is contained in:
2014-11-25 10:46:59 +01:00
parent f4bc1c8cb7
commit 7b178e71f9
2 changed files with 10 additions and 7 deletions

View File

@@ -57,6 +57,7 @@ class COPKGManager : public CMenuTarget
bool installed;
bool expert_mode;
int menu_offset;
std::string local_dir;
int execCmd(const char* cmdstr, bool verbose = false, bool acknowledge = false);
int execCmd(std::string cmdstr, bool verbose = false, bool acknowledge = false) {