Skip to content

Commit

Permalink
Fix compiler error due to us brace initializing a ref param
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilDohne committed Feb 24, 2024
1 parent 5dbf2d4 commit ffcc0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PhotoshopAPI/src/Util/Struct/File.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ struct File
// open for reading while if we set it to false it is only open for writing
// --------------------------------------------------------------------------------
// --------------------------------------------------------------------------------
File(const std::filesystem::path& file, const FileParams& params = {});
File(const std::filesystem::path& file, const FileParams params = {});


private:
Expand Down

0 comments on commit ffcc0a9

Please sign in to comment.