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/glwidgets.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/glwidgets.h') diff --git a/include/glwidgets.h b/include/glwidgets.h index cd87a5f..2c32f0a 100644 --- a/include/glwidgets.h +++ b/include/glwidgets.h @@ -17,18 +17,18 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: glwidgets.h,v 1.9 2004-11-27 21:48:01 pixel Exp $ */ +/* $Id: glwidgets.h,v 1.10 2006-10-28 16:50:46 pixel Exp $ */ #ifndef __GLWIDGETS_H__ #define __GLWIDGETS_H__ -#include +#include namespace mogltk { - namespace widgets { + namespace Widgets { class glRoot : public Root { public: - glRoot(shape *); + glRoot(Shape *); protected: virtual void draw(); }; -- cgit v1.2.3