From a87e0ede82e41b47ddb9ad7810a1266ec73d51ea Mon Sep 17 00:00:00 2001 From: neoraider Date: Wed, 16 Apr 2008 19:13:03 +0000 Subject: zoomedit: * Removed scrollbars, allowing endless movement now --- src/View/TopView.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/View/TopView.h') 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 . */ -#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_*/ -- cgit v1.2.3