olena-2.0-75-g3388ab1 scribo/debug/logger.hh: Add missing inline keywords.

--- scribo/ChangeLog | 4 ++++ scribo/scribo/debug/logger.hh | 3 +++ 2 files changed, 7 insertions(+), 0 deletions(-) diff --git a/scribo/ChangeLog b/scribo/ChangeLog index dbad5ca..0e5fe3f 100644 --- a/scribo/ChangeLog +++ b/scribo/ChangeLog @@ -1,5 +1,9 @@ 2012-09-07 Guillaume Lazzara <z@lrde.epita.fr> + * scribo/debug/logger.hh: Add missing inline keywords. + +2012-09-07 Guillaume Lazzara <z@lrde.epita.fr> + Take OCR confidence into account in document reconstruction. * demo/xml2doc/templates/pdf/line.xsl: Do not print lines with diff --git a/scribo/scribo/debug/logger.hh b/scribo/scribo/debug/logger.hh index 5822cf3..9153bf9 100644 --- a/scribo/scribo/debug/logger.hh +++ b/scribo/scribo/debug/logger.hh @@ -213,6 +213,7 @@ namespace scribo namespace internal { + inline std::string to_upper(const std::string& s) { std::string out(s); @@ -481,6 +482,7 @@ namespace scribo } + inline logger_& logger_::operator<<(std::ostream& (*f)(std::ostream&)) { @@ -501,6 +503,7 @@ namespace scribo } + inline VerboseMode txt_to_verbose_mode(const std::string& name) { struct mode_name -- 1.7.2.5
participants (1)
-
Guillaume Lazzara