aboutsummaryrefslogtreecommitdiff
path: root/odb/plugin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/plugin.cxx')
-rw-r--r--odb/plugin.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/odb/plugin.cxx b/odb/plugin.cxx
index 51f0cb1..ed7bd14 100644
--- a/odb/plugin.cxx
+++ b/odb/plugin.cxx
@@ -201,13 +201,17 @@ gate_callback (void*, void*)
features f;
+ // Process, pass 1.
+ //
+ process (*options_, f, *u, file_, 1);
+
// Validate, pass 1.
//
validate (*options_, f, *u, file_, 1);
- // Process.
+ // Process, pass 2.
//
- process (*options_, f, *u, file_);
+ process (*options_, f, *u, file_, 2);
// Validate, pass 2.
//