aboutsummaryrefslogtreecommitdiff
path: root/brep/module.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-04-14 19:34:09 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-04-14 19:34:09 +0200
commit17683bcc74284c344dc67f5a9b806801af5c598f (patch)
treee93bff95d7cae47533004e257c3bf042fa8fd8a4 /brep/module.cxx
parent2b4193a368e4be2db2ed0c51368e903890208067 (diff)
Fix typos
Diffstat (limited to 'brep/module.cxx')
-rw-r--r--brep/module.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/brep/module.cxx b/brep/module.cxx
index fb33e1e..3420aa0 100644
--- a/brep/module.cxx
+++ b/brep/module.cxx
@@ -30,7 +30,7 @@ namespace brep
{
// @@ Both log and return as 505.
//
- write (move (e.data));
+ log_write (move (e.data));
}
catch (const exception& e)
{
@@ -47,7 +47,7 @@ namespace brep
}
module::
- module (): log_writer_ (bind (&module::write, this, _1)) {}
+ module (): log_writer_ (bind (&module::log_write, this, _1)) {}
void module::
log_write (diag_data&& d) const