aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/meta_debugs.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/meta_debugs.org')
-rw-r--r--org/meta_debugs.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/org/meta_debugs.org b/org/meta_debugs.org
index fb34b34..cd457e4 100644
--- a/org/meta_debugs.org
+++ b/org/meta_debugs.org
@@ -72,7 +72,7 @@ import
#+name: initialize
#+BEGIN_SRC d
-auto rgx = Rgx();
+static auto rgx = Rgx();
auto markup = InlineMarkup();
string key;
#+END_SRC