From 45e08ccde95c84932557701235558e72cdc95f1b Mon Sep 17 00:00:00 2001 From: pixel Date: Sat, 28 Oct 2006 16:50:46 +0000 Subject: Fixing caps in class names. --- include/engine.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/engine.h') diff --git a/include/engine.h b/include/engine.h index 0d4afbc..77846ac 100644 --- a/include/engine.h +++ b/include/engine.h @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: engine.h,v 1.22 2006-02-09 17:04:57 pixel Exp $ */ +/* $Id: engine.h,v 1.23 2006-10-28 16:50:46 pixel Exp $ */ #ifndef __ENGINE_H__ #define __ENGINE_H__ @@ -29,7 +29,7 @@ #include namespace mogltk { - class widget; + class Widget; class engine : public Base { public: class keyevent : public Base { @@ -77,7 +77,7 @@ namespace mogltk { static mouseevent * getmouseevent(); static glbase * glbase_o; static base * base_o; - static widget * root; + static Widget * root; private: static bool inited; static bool postsetuped; @@ -98,6 +98,6 @@ namespace mogltk { }; }; -#include +#include #endif -- cgit v1.2.3