Skip to content

Commit

Permalink
Update filestream.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
OldFoolAgain committed Aug 29, 2023
1 parent 879c238 commit bc69328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/filestream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <fstream>

using namespace std::string_literals ;
auto saveFutures = std::vector<std::future<void>>() ;
std::vector<std::future<void>> saveFutures ;
//======================================================================
auto saveStream(filestream *stream) ->void {
auto output = std::ofstream(stream->path.string());
Expand Down

0 comments on commit bc69328

Please sign in to comment.