fix: add name_raw to unsupported modules
This commit is contained in:
parent
a287fb5e8c
commit
457e37faaf
@ -17,6 +17,9 @@ namespace modules {
|
|||||||
MODULE_NAME(const bar_settings, string) { \
|
MODULE_NAME(const bar_settings, string) { \
|
||||||
throw application_error("No built-in support for '" + string{MODULE_TYPE} + "'"); \
|
throw application_error("No built-in support for '" + string{MODULE_TYPE} + "'"); \
|
||||||
} \
|
} \
|
||||||
|
string name_raw() const { \
|
||||||
|
return ""; \
|
||||||
|
} \
|
||||||
string name() const { \
|
string name() const { \
|
||||||
return ""; \
|
return ""; \
|
||||||
} \
|
} \
|
||||||
|
Loading…
Reference in New Issue
Block a user