Fixed compilation when setting "with_html_log_files=n"

This commit is contained in:
Ray Speth 2012-05-17 21:15:09 +00:00
parent cbae64b079
commit 1d94cd39e3

View file

@ -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.