summaryrefslogtreecommitdiff
path: root/odb/parser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/parser.hxx')
-rw-r--r--odb/parser.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/parser.hxx b/odb/parser.hxx
index 2fbe904..5b39524 100644
--- a/odb/parser.hxx
+++ b/odb/parser.hxx
@@ -19,7 +19,7 @@ class parser
public:
class failed {};
- parser (options const&, loc_pragmas const&, decl_pragmas const&);
+ parser (options const&, loc_pragmas&, ns_loc_pragmas&, decl_pragmas&);
std::auto_ptr<semantics::unit>
parse (tree global_scope, semantics::path const& main_file);