From 21714e0dce7fbabe018db94cae0e72131c440dab Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Tue, 6 Nov 2007 13:29:40 +0000 Subject: [PATCH] The class is no longer public. --- Source/OpenTK/Fonts/Glyph.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/OpenTK/Fonts/Glyph.cs b/Source/OpenTK/Fonts/Glyph.cs index d4008761..bd1674c3 100644 --- a/Source/OpenTK/Fonts/Glyph.cs +++ b/Source/OpenTK/Fonts/Glyph.cs @@ -14,7 +14,7 @@ namespace OpenTK.Fonts /// /// Represents a single character of a specific Font. /// - public class Glyph : IPackable + class Glyph : IPackable { char character; Font font;