diff options
Diffstat (limited to 'src/Util')
-rw-r--r-- | src/Util/Xml.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Util/Xml.h b/src/Util/Xml.h index a956ae8..e71f653 100644 --- a/src/Util/Xml.h +++ b/src/Util/Xml.h @@ -17,8 +17,8 @@ * with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef ZOOMEDIT_DATA_XML_H_ -#define ZOOMEDIT_DATA_XML_H_ +#ifndef ZOOMEDIT_UTIL_XML_H_ +#define ZOOMEDIT_UTIL_XML_H_ #include <libxml++/nodes/element.h> @@ -36,4 +36,4 @@ class Xml { } } -#endif /*XML_H_*/ +#endif /*ZOOMEDIT_UTIL_XML_H_*/ |