aboutsummaryrefslogtreecommitdiff
path: root/odb/plugin.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-01-26 12:43:16 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-01-26 12:43:16 +0200
commitaf12ffe836de09ec84f666effa4df347eeb07a43 (patch)
treedc0aec9f8fee545c84be098414772cf2b277c30d /odb/plugin.cxx
parentc1d2ec5bbd5969332f3278f39d2a7a8f0abc0493 (diff)
Implement support for database schema
New pragma qualifier: namespace. New pragma specifier: schema. The table specifier was extended to accept a schema prefix. New option: --default- schema. The common/schema test was extended to cover the new functionality.
Diffstat (limited to 'odb/plugin.cxx')
-rw-r--r--odb/plugin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/plugin.cxx b/odb/plugin.cxx
index a93fd14..6117ba6 100644
--- a/odb/plugin.cxx
+++ b/odb/plugin.cxx
@@ -113,7 +113,7 @@ gate_callback (void*, void*)
// Parse the GCC tree to semantic graph.
//
- parser p (*options_, loc_pragmas_, decl_pragmas_);
+ parser p (*options_, loc_pragmas_, ns_loc_pragmas_, decl_pragmas_);
auto_ptr<unit> u (p.parse (global_namespace, file_));
// Validate, pass 1.