summaryrefslogtreecommitdiffstats
path: root/src/View
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/View
parentb90de8c582b41bbb3af5f77df69ae537e106ce59 (diff)
downloadzoomedit-a87e0ede82e41b47ddb9ad7810a1266ec73d51ea.tar
zoomedit-a87e0ede82e41b47ddb9ad7810a1266ec73d51ea.zip
zoomedit:
* Removed scrollbars, allowing endless movement now
Diffstat (limited to 'src/View')
-rw-r--r--src/View/TopView.h6
-rw-r--r--src/View/View.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/src/View/TopView.h b/src/View/TopView.h
index 0996ad3..952cd32 100644
--- a/src/View/TopView.h
+++ b/src/View/TopView.h
@@ -17,8 +17,8 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef ZOOMEDIT_TOPVIEW_H_
-#define ZOOMEDIT_TOPVIEW_H_
+#ifndef ZOOMEDIT_VIEW_TOPVIEW_H_
+#define ZOOMEDIT_VIEW_TOPVIEW_H_
#include "View.h"
@@ -64,4 +64,4 @@ class TopView : public View {
}
}
-#endif /*ZOOMEDIT_TOPVIEW_H_*/
+#endif /*ZOOMEDIT_VIEW_TOPVIEW_H_*/
diff --git a/src/View/View.h b/src/View/View.h
index bb52032..cd4d5f5 100644
--- a/src/View/View.h
+++ b/src/View/View.h
@@ -17,8 +17,8 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef ZOOMEDIT_VIEW_H_
-#define ZOOMEDIT_VIEW_H_
+#ifndef ZOOMEDIT_VIEW_VIEW_H_
+#define ZOOMEDIT_VIEW_VIEW_H_
namespace ZoomEdit {
@@ -39,4 +39,4 @@ class View {
}
}
-#endif /*ZOOMEDIT_RENDERER_H_*/
+#endif /*ZOOMEDIT_VIEW_VIEW_H_*/