fix build

Origin commit data
------------------
Commit: df6bc99337
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-10-02 (Mon, 02 Oct 2017)

Origin message was:
------------------
- fix build
This commit is contained in:
vanhofen
2017-10-02 23:55:51 +02:00
parent 583f45fad7
commit 5cd7e219d8
6 changed files with 24 additions and 24 deletions

View File

@@ -61,7 +61,7 @@ CNETFSMountGui::CNETFSMountGui()
autoPath = checkVarPath("/etc/auto.net");
}
std::string CNETFSMountGui::checkVarPath(const string &file)
std::string CNETFSMountGui::checkVarPath(const std::string &file)
{
std::string var = "/var" + file;
if(file_exists(var.c_str()))