diff options
author | Ralph Amissah <ralph@amissah.com> | 2017-01-26 15:17:59 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | 2598e9f10a362f15fef081504d69757001b39cfb (patch) | |
tree | 76966a2d60a8ebb3ee67f3cef9a03926b7399d7b /src/sdp/ao_output_debugs.d | |
parent | output, template & struct names (diff) |
output, message passing, minor
Diffstat (limited to 'src/sdp/ao_output_debugs.d')
-rw-r--r-- | src/sdp/ao_output_debugs.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdp/ao_output_debugs.d b/src/sdp/ao_output_debugs.d index 8b22f28..2872833 100644 --- a/src/sdp/ao_output_debugs.d +++ b/src/sdp/ao_output_debugs.d @@ -7,7 +7,7 @@ template SiSUoutputDebugs() { auto ref const S contents, auto ref T doc_matters, ) { - mixin RgxInit; + mixin SiSUrgxInit; mixin InternalMarkup; auto rgx = Rgx(); auto markup = InlineMarkup(); |