From 17683bcc74284c344dc67f5a9b806801af5c598f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 14 Apr 2015 19:34:09 +0200 Subject: Fix typos --- brep/module.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'brep/module.cxx') 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 -- cgit v1.1