From 392351ba48d0a674082110ebf42d82cdf87742e3 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Thu, 1 Apr 2021 01:47:05 -0500 Subject: [PATCH] [nostalgia/tools/pack] Remove ClArgs copy --- src/nostalgia/tools/pack.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nostalgia/tools/pack.cpp b/src/nostalgia/tools/pack.cpp index 7ab69a34b..391b11f37 100644 --- a/src/nostalgia/tools/pack.cpp +++ b/src/nostalgia/tools/pack.cpp @@ -24,7 +24,7 @@ static void writeFileBuff(const std::string &path, std::vector &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 == "") {