diff options
Diffstat (limited to 'lib/xml.h')
-rw-r--r-- | lib/xml.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |