summaryrefslogtreecommitdiff
path: root/include/glfont.h
diff options
context:
space:
mode:
authorpixel <pixel>2006-10-28 16:50:46 +0000
committerpixel <pixel>2006-10-28 16:50:46 +0000
commit45e08ccde95c84932557701235558e72cdc95f1b (patch)
tree0c318c6f589002a8d486c107519b4cf4fd4be1cb /include/glfont.h
parenta13cd83fb51c2e744b8b80dc26696190ec9bff6d (diff)
Fixing caps in class names.
Diffstat (limited to 'include/glfont.h')
-rw-r--r--include/glfont.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/glfont.h b/include/glfont.h
index b0ab2f6..4c2a880 100644
--- a/include/glfont.h
+++ b/include/glfont.h
@@ -17,17 +17,17 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: glfont.h,v 1.16 2004-11-27 21:48:01 pixel Exp $ */
+/* $Id: glfont.h,v 1.17 2006-10-28 16:50:46 pixel Exp $ */
#ifndef __GLFONT_H__
#define __GLFONT_H__
#include <SDL.h>
-#include <font.h>
+#include <Font.h>
#include <mcolor.h>
namespace mogltk {
- class glfont : public font {
+ class glfont : public Font {
public:
glfont(Handle *);
virtual ~glfont();