diff options
Diffstat (limited to 'src/expand/cfg.cpp')
-rw-r--r-- | src/expand/cfg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expand/cfg.cpp b/src/expand/cfg.cpp index 1372d982..345c46ab 100644 --- a/src/expand/cfg.cpp +++ b/src/expand/cfg.cpp @@ -88,7 +88,7 @@ class CCfgExpander: ERROR(sp, E0000, "cfg! doesn't take an identifier"); } - auto lex = TTStreamO(tt); + auto lex = TTStream(tt); auto attrs = Parse_MetaItem(lex); DEBUG("cfg!() - " << attrs); |