small correction
This commit is contained in:
parent
a298ddb057
commit
f57f668c92
|
@ -20,7 +20,7 @@ class MntPoints {
|
||||||
void unmount(const std::string& path);
|
void unmount(const std::string& path);
|
||||||
void unmountAll();
|
void unmountAll();
|
||||||
std::string getHostDirectory(const std::string& guest_directory);
|
std::string getHostDirectory(const std::string& guest_directory);
|
||||||
std::string MntPoints::getHostFile(const std::string& guest_file);
|
std::string getHostFile(const std::string& guest_file);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
std::vector<MntPair> m_mnt_pairs;
|
std::vector<MntPair> m_mnt_pairs;
|
||||||
|
|
Loading…
Reference in New Issue