diff --git a/source/config.hpp b/source/config.hpp index 0c6da2f7..9e58a4d7 100644 --- a/source/config.hpp +++ b/source/config.hpp @@ -114,6 +114,7 @@ class Config bool is_enum_skipping_requested(string const &enum_) const; bool is_buffer_protocol_requested(string const &class_) const; + bool is_module_global_requested(string const &class_) const; bool is_smart_holder_requested(string const &class_) const;