diff options
Diffstat (limited to 'OTRExporter/BackgroundExporter.cpp')
| -rw-r--r-- | OTRExporter/BackgroundExporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OTRExporter/BackgroundExporter.cpp b/OTRExporter/BackgroundExporter.cpp index fcae5e1..2bbee3f 100644 --- a/OTRExporter/BackgroundExporter.cpp +++ b/OTRExporter/BackgroundExporter.cpp @@ -1,7 +1,7 @@ #include "BackgroundExporter.h" #include "../ZAPD/ZFile.h" -void OTRExporter_Background::Save(ZResource* res, fs::path outPath, BinaryWriter* writer) +void OTRExporter_Background::Save(ZResource* res, const fs::path& outPath, BinaryWriter* writer) { ZBackground* bg = (ZBackground*)res; |
