summaryrefslogtreecommitdiff
path: root/odb/cxx-lexer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/cxx-lexer.hxx')
-rw-r--r--odb/cxx-lexer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/cxx-lexer.hxx b/odb/cxx-lexer.hxx
index 9235ecf..2d0ca06 100644
--- a/odb/cxx-lexer.hxx
+++ b/odb/cxx-lexer.hxx
@@ -47,7 +47,7 @@ class cxx_tokens_lexer: public cxx_lexer
{
public:
void
- start (cxx_tokens const&);
+ start (cxx_tokens const&, location_t start_loc = 0);
virtual cpp_ttype
next (std::string& token, tree* node = 0);