aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sdp/output/paths_source.d
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdp/output/paths_source.d')
-rw-r--r--src/sdp/output/paths_source.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdp/output/paths_source.d b/src/sdp/output/paths_source.d
index d7b326f..c0dc234 100644
--- a/src/sdp/output/paths_source.d
+++ b/src/sdp/output/paths_source.d
@@ -11,7 +11,7 @@ import std.array,
import sdp.meta.rgx;
template SiSUpathsSRC() {
mixin SiSUrgxInit;
- auto rgx = Rgx();
+ static auto rgx = Rgx();
auto SiSUpathsSRC(D,Fn)(
D _pwd,
Fn _fn_src_and_relative_path,