Browse Source

fix daemon not compiling due to FileManager

Missingmew 5 years ago
parent
commit
db69db7e6e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      daemon/src/FileManager.cpp

+ 1 - 1
daemon/src/FileManager.cpp

@@ -35,7 +35,7 @@ bool FileManager::openPutFile(const std::string &filename) {
 }
 }
 
 
 std::pair<bool, int>
 std::pair<bool, int>
-FileManager::openGetFile(const std::__cxx11::string &filename) {
+FileManager::openGetFile(const std::string &filename) {
   this->getBaseFileName = filename;
   this->getBaseFileName = filename;
   std::string file = this->fileDirectory;
   std::string file = this->fileDirectory;
   file.append(filename);
   file.append(filename);