Skip to content

Commit 68634ca

Browse files
committed
runtime: Fix error in utility/inja.hpp header
1 parent 0d58bf5 commit 68634ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/include/cloe/utility/inja.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ namespace utility {
3737
* square braces instead of curly braces, since we have configuration files
3838
* that are sent through the real Jinja first.
3939
*/
40-
inja::Environment inja_env() {
40+
inline inja::Environment inja_env() {
4141
inja::Environment env;
4242
env.set_expression("[[", "]]");
4343
env.set_comment("[#", "#]");

0 commit comments

Comments
 (0)