update single include

This commit is contained in:
pantor
2021-09-07 10:01:52 +02:00
parent d038c53388
commit 5a4ac92137

View File

@@ -4430,7 +4430,7 @@ public:
}
/*!
@brief Sets a function that is called when an include statement is not found
@brief Sets a function that is called when an included file is not found
*/
void set_include_callback(const std::function<Template(const std::string&, const std::string&)>& callback) {
parser_config.include_callback = callback;