diff options
Diffstat (limited to 'src/tools/tool-options.h')
-rw-r--r-- | src/tools/tool-options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tool-options.h b/src/tools/tool-options.h index 83d5b38d7..4b084e191 100644 --- a/src/tools/tool-options.h +++ b/src/tools/tool-options.h @@ -140,7 +140,7 @@ struct ToolOptions : public Options { return *this; } - void applyFeatures(Module& module) { + void applyFeatures(Module& module) const { if (hasFeatureOptions) { if (!detectFeatures && module.hasFeaturesSection) { FeatureSet optionsFeatures = FeatureSet::MVP; |