From 01eb8253196672c969a39587e90b49321a182428 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:19:14 +0200 Subject: 5.1 --- ui/batch_status_handler.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/batch_status_handler.h') diff --git a/ui/batch_status_handler.h b/ui/batch_status_handler.h index d5a18322..0657e881 100644 --- a/ui/batch_status_handler.h +++ b/ui/batch_status_handler.h @@ -7,9 +7,9 @@ #ifndef BATCHSTATUSHANDLER_H_INCLUDED #define BATCHSTATUSHANDLER_H_INCLUDED +#include #include "../lib/status_handler.h" #include "../lib/process_xml.h" -#include "../lib/error_log.h" #include "progress_indicator.h" #include "switch_to_gui.h" @@ -52,7 +52,7 @@ private: bool showFinalResults; bool switchToGuiRequested; xmlAccess::OnError handleError_; - zen::ErrorLogging errorLog; //list of non-resolved errors and warnings + zen::ErrorLog errorLog; //list of non-resolved errors and warnings Process currentProcess; int& returnValue; -- cgit