diff options
author | neoraider <devnull@localhost> | 2008-04-16 21:13:03 +0200 |
---|---|---|
committer | neoraider <devnull@localhost> | 2008-04-16 21:13:03 +0200 |
commit | a87e0ede82e41b47ddb9ad7810a1266ec73d51ea (patch) | |
tree | 0333d8eeb1d519978899134fce217d0e8a22e5fe /src/Util | |
parent | b90de8c582b41bbb3af5f77df69ae537e106ce59 (diff) | |
download | zoomedit-a87e0ede82e41b47ddb9ad7810a1266ec73d51ea.tar zoomedit-a87e0ede82e41b47ddb9ad7810a1266ec73d51ea.zip |
zoomedit:
* Removed scrollbars, allowing endless movement now
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_*/ |