From 403f126e5da6d1811d981d5773d0a0772b99acc1 Mon Sep 17 00:00:00 2001 From: horchi Date: Wed, 20 Dec 2017 07:57:05 +0100 Subject: 2017-12-19 version 1.1.74 (horchi)\n - added: recording detail query to service interface\n\n --- lib/xml.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/xml.h') diff --git a/lib/xml.h b/lib/xml.h index ae4a628..c611d74 100644 --- a/lib/xml.h +++ b/lib/xml.h @@ -8,6 +8,9 @@ * GNU GENERAL PUBLIC LICENSE. See the file COPYING for details. */ +#ifndef __XML_H +#define __XML_H + //*************************************************************************** // Include //*************************************************************************** @@ -46,3 +49,6 @@ class cXml XMLNode* root; XMLPrinter printer; }; + +//*************************************************************************** +#endif // __XML_H -- cgit v1.2.3