From 669df123648aaa6aeccc70206b5417bc48b4e9ae Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:26:50 +0200 Subject: 5.19 --- RealtimeSync/xml_proc.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'RealtimeSync/xml_proc.h') diff --git a/RealtimeSync/xml_proc.h b/RealtimeSync/xml_proc.h index ab57e816..671a237f 100644 --- a/RealtimeSync/xml_proc.h +++ b/RealtimeSync/xml_proc.h @@ -8,7 +8,7 @@ #define XMLPROCESSING_H_INCLUDED #include -#include +//#include #include #include "../lib/xml_base.h" @@ -18,9 +18,9 @@ namespace xmlAccess struct XmlRealConfig { XmlRealConfig() : delay(10) {} - std::vector directories; - wxString commandline; - size_t delay; + std::vector directories; + Zstring commandline; + unsigned int delay; }; void readRealConfig(const Zstring& filename, XmlRealConfig& config); //throw FfsXmlError -- cgit