Browse Source

Revert "fix daemon not compiling due to FileManager"

This reverts commit db69db7e6e573b5a0e695481389f73838cb46aa1.
Missingmew 5 years ago
parent
commit
a0bacba139
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>
-FileManager::openGetFile(const std::string &filename) {
+FileManager::openGetFile(const std::__cxx11::string &filename) {
   this->getBaseFileName = filename;
   std::string file = this->fileDirectory;
   file.append(filename);