diff --git a/source/filestream.cpp b/source/filestream.cpp index 00682c59e..2f28333d6 100644 --- a/source/filestream.cpp +++ b/source/filestream.cpp @@ -5,7 +5,7 @@ #include using namespace std::string_literals ; -auto saveFutures = std::vector>() ; +std::vector> saveFutures ; //====================================================================== auto saveStream(filestream *stream) ->void { auto output = std::ofstream(stream->path.string());