diff --git a/include/modules/unsupported.hpp b/include/modules/unsupported.hpp index 27f22aad..8d9dd959 100644 --- a/include/modules/unsupported.hpp +++ b/include/modules/unsupported.hpp @@ -17,6 +17,9 @@ namespace modules { MODULE_NAME(const bar_settings, string) { \ throw application_error("No built-in support for '" + string{MODULE_TYPE} + "'"); \ } \ + string name_raw() const { \ + return ""; \ + } \ string name() const { \ return ""; \ } \