diff options
Diffstat (limited to 'org/output_xmls.org')
-rw-r--r-- | org/output_xmls.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org/output_xmls.org b/org/output_xmls.org index ae58b4b..19ed021 100644 --- a/org/output_xmls.org +++ b/org/output_xmls.org @@ -26,7 +26,7 @@ template outputXHTMLs() { <<output_imports>> mixin SiSUoutputRgxInit; struct outputXHTMLs { - auto rgx = Rgx(); + static auto rgx = Rgx(); <<xhtml_format_objects>> <<xhtml_format_objects_code>> } |