summaryrefslogtreecommitdiffstats
path: root/src/Util/Xml.h
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2008-04-16 21:13:03 +0200
committerneoraider <devnull@localhost>2008-04-16 21:13:03 +0200
commita87e0ede82e41b47ddb9ad7810a1266ec73d51ea (patch)
tree0333d8eeb1d519978899134fce217d0e8a22e5fe /src/Util/Xml.h
parentb90de8c582b41bbb3af5f77df69ae537e106ce59 (diff)
downloadzoomedit-a87e0ede82e41b47ddb9ad7810a1266ec73d51ea.tar
zoomedit-a87e0ede82e41b47ddb9ad7810a1266ec73d51ea.zip
zoomedit:
* Removed scrollbars, allowing endless movement now
Diffstat (limited to 'src/Util/Xml.h')
-rw-r--r--src/Util/Xml.h6
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_*/