From 1d94cd39e3ee5053cfd68440d8f69f6cea848513 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Thu, 17 May 2012 21:15:09 +0000 Subject: [PATCH] Fixed compilation when setting "with_html_log_files=n" --- src/base/application.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/base/application.cpp b/src/base/application.cpp index dda387274..40ceddb89 100644 --- a/src/base/application.cpp +++ b/src/base/application.cpp @@ -200,8 +200,6 @@ void Application::Messages::logerror(const std::string& msg) logwriter->error(msg) ; } -#ifdef WITH_HTML_LOGS - // Write a message to the screen void Application::Messages::writelog(const char* pszmsg) { @@ -220,6 +218,8 @@ void Application::Messages::writelogendl() logwriter->writeendl(); } +#ifdef WITH_HTML_LOGS + void Application::Messages::beginLogGroup(std::string title, int _loglevel /*=-99*/) { // loglevel is a member of the Messages class.