Skip to content

Commit 3140b31

Browse files
authored
See if this fixes the travis build
1 parent dd49839 commit 3140b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/drivers/BoostDriver.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class CukeBoostLogInterceptor : public ::boost::unit_test::unit_test_log_formatt
5151
void log_start( std::ostream&, counter_t /*test_cases_amount*/) {};
5252
void log_finish( std::ostream&) {};
5353
#if BOOST_VERSION >= 107000
54-
void log_build_info( std::ostream&, bool /*log_build_info*/) {};
54+
void log_build_info(std::ostream&, bool /*log_build_info*/){};
5555
#else
5656
void log_build_info( std::ostream&) {};
5757
#endif

0 commit comments

Comments
 (0)