From dc5948d508e4fa482cd0d7adc2d37dde54d4fe73 Mon Sep 17 00:00:00 2001 From: James Turk Date: Sun, 16 Feb 2003 21:54:29 +0000 Subject: [PATCH] namespace typo --- include/ZE_ZRect.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/ZE_ZRect.h b/include/ZE_ZRect.h index 537a78d..551790c 100644 --- a/include/ZE_ZRect.h +++ b/include/ZE_ZRect.h @@ -13,7 +13,7 @@ File: ZE_ZRect.h
Description: Header file for core ZEngine Rectangle Object.
Author(s): James Turk
-$Id: ZE_ZRect.h,v 1.8 2003/02/10 05:40:28 cozman Exp $
+$Id: ZE_ZRect.h,v 1.9 2003/02/16 21:54:29 cozman Exp $
\file ZE_ZRect.h \brief Definition file for ZRect. @@ -265,6 +265,6 @@ class ZRect float Height() const; }; -} //namspace ZE +} //namespace ZE #endif //__ze_zrect_h__