From 3f66949fb252e809bcabbec2d205f811da7bd7ad Mon Sep 17 00:00:00 2001 From: the_fiddler <the_fiddler@ebc5dd9b-fb1d-0410-b6f8-d24c324e9604> Date: Thu, 16 Jul 2009 13:36:41 +0000 Subject: [PATCH] * EglContext.cs: Fixed build error (class committed by mistake - it is not yet implemented). --- Source/OpenTK/Platform/Egl/EglContext.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/OpenTK/Platform/Egl/EglContext.cs b/Source/OpenTK/Platform/Egl/EglContext.cs index 43e27fae..2f6eab12 100644 --- a/Source/OpenTK/Platform/Egl/EglContext.cs +++ b/Source/OpenTK/Platform/Egl/EglContext.cs @@ -31,7 +31,7 @@ using OpenTK.Graphics; namespace OpenTK.Platform.Egl { - public class EglContext : IGraphicsContext + public class EglContext /*: IGraphicsContext*/ { public EglContext() {