summaryrefslogtreecommitdiff
path: root/src/tools/wasm-split/split-options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/wasm-split/split-options.h')
-rw-r--r--src/tools/wasm-split/split-options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/wasm-split/split-options.h b/src/tools/wasm-split/split-options.h
index faa6ee30f..d52f215cd 100644
--- a/src/tools/wasm-split/split-options.h
+++ b/src/tools/wasm-split/split-options.h
@@ -75,12 +75,14 @@ struct WasmSplitOptions : ToolOptions {
WasmSplitOptions& add(const std::string& longName,
const std::string& shortName,
const std::string& description,
+ const std::string& category,
std::vector<Mode>&& modes,
Arguments arguments,
const Action& action);
WasmSplitOptions& add(const std::string& longName,
const std::string& shortName,
const std::string& description,
+ const std::string& category,
Arguments arguments,
const Action& action);
bool validate();