Skip to content

Commit

Permalink
SporeModManager: don't use reference argument in MakeAbsolutePath()
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed Oct 27, 2023
1 parent eb486e0 commit ebb3018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SporeModManager/SporeModManagerHelpers/Path.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ static std::filesystem::path l_CoreSporeDataPath;
// Helper Functions
//

std::filesystem::path MakeAbsolutePath(std::filesystem::path& path)
std::filesystem::path MakeAbsolutePath(std::filesystem::path path)
{
std::filesystem::path fullPath;

Expand Down

0 comments on commit ebb3018

Please sign in to comment.