summaryrefslogtreecommitdiff
path: root/boost/test/output/compiler_log_formatter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/test/output/compiler_log_formatter.hpp')
-rw-r--r--boost/test/output/compiler_log_formatter.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/test/output/compiler_log_formatter.hpp b/boost/test/output/compiler_log_formatter.hpp
index cb6172aab6..50359334b1 100644
--- a/boost/test/output/compiler_log_formatter.hpp
+++ b/boost/test/output/compiler_log_formatter.hpp
@@ -51,8 +51,8 @@ public:
void log_entry_finish( std::ostream& );
void entry_context_start( std::ostream&, log_level );
- void log_entry_context( std::ostream&, const_string );
- void entry_context_finish( std::ostream& );
+ void log_entry_context( std::ostream&, log_level l, const_string );
+ void entry_context_finish( std::ostream&, log_level l );
protected:
virtual void print_prefix( std::ostream&, const_string file, std::size_t line );