aboutsummaryrefslogtreecommitdiff
path: root/brep/module.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'brep/module.cxx')
-rw-r--r--brep/module.cxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/brep/module.cxx b/brep/module.cxx
index 283731e..e2b99af 100644
--- a/brep/module.cxx
+++ b/brep/module.cxx
@@ -337,6 +337,13 @@ namespace brep
}
}
+ void module::
+ version (log& l)
+ {
+ log_ = &l;
+ version ();
+ }
+
// module::name_value_scanner
//
module::name_value_scanner::