summaryrefslogtreecommitdiff
path: root/odb/semantics/elements.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/semantics/elements.cxx')
-rw-r--r--odb/semantics/elements.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/semantics/elements.cxx b/odb/semantics/elements.cxx
index d6ff1c7..f503adb 100644
--- a/odb/semantics/elements.cxx
+++ b/odb/semantics/elements.cxx
@@ -146,7 +146,7 @@ namespace semantics
// @@ Creating a lexer for each call is a bad idea. Need
// to cache it somewhere.
//
- cxx_lexer l;
+ cxx_string_lexer l;
l.start (n);
string r, t;