[nostalgia/tools/pack] Remove ClArgs copy

This commit is contained in:
Gary Talent 2021-04-01 01:47:05 -05:00
parent 749e3155b5
commit 392351ba48

View File

@ -24,7 +24,7 @@ static void writeFileBuff(const std::string &path, std::vector<char> &buff) {
}
}
void run(ox::ClArgs args) {
static void run(const ox::ClArgs &args) {
std::string argSrc = args.getString("src").c_str();
std::string argDst = args.getString("dst").c_str();
if (argSrc == "") {