Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
olena
Commits
100a5de1
Commit
100a5de1
authored
Sep 14, 2012
by
Guillaume Lazzara
Browse files
scribo/debug/logger.hh: Fix attributes initialization order.
parent
a0009d29
Changes
2
Hide whitespace changes
Inline
Side-by-side
scribo/ChangeLog
View file @
100a5de1
2012-09-14 Guillaume Lazzara <z@lrde.epita.fr>
* scribo/debug/logger.hh: Fix attributes initialization order.
2012-09-07 Guillaume Lazzara <z@lrde.epita.fr>
Take OCR confidence into account in HTML reconstruction.
...
...
scribo/scribo/debug/logger.hh
View file @
100a5de1
...
...
@@ -235,8 +235,8 @@ namespace scribo
logger_
::
logger_
()
:
level_
(
None
),
verbose_mode_
(
Mute
),
stream_
(
std
::
cerr
),
verbose_prefix_
(
"LOG: "
)
verbose_prefix_
(
"LOG: "
),
stream_
(
std
::
cerr
)
{
// Magick::InitializeMagick(0);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment