Add legacy menu dumping unlinker command line argument

This commit is contained in:
Jan
2021-10-24 10:16:53 +02:00
parent 68c29cc22f
commit 9184c0265e
3 changed files with 16 additions and 4 deletions

View File

@ -63,5 +63,5 @@ public:
* \param zone The zone to resolve the path input for.
* \return An output path for the zone based on the user input.
*/
std::string GetOutputFolderPathForZone(Zone* zone) const;
std::string GetOutputFolderPathForZone(const Zone* zone) const;
};