aboutsummaryrefslogtreecommitdiffstats
path: root/include/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modules.h')
-rw-r--r--include/modules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h
index f81fcb64a..f0855e4af 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -49,7 +49,7 @@ class Builtin_Modules : public Modules
Builtin_Modules(const InitializerOptions&);
private:
- const bool should_lock;
+ const bool should_lock, use_engines;
};
}