소스 검색

fix daemon not compiling due to FileManager

Missingmew 5 년 전
부모
커밋
db69db7e6e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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::__cxx11::string &filename) {
+FileManager::openGetFile(const std::string &filename) {
   this->getBaseFileName = filename;
   std::string file = this->fileDirectory;
   file.append(filename);