Skip to content

Commit

Permalink
Made internal SDL2 API private
Browse files Browse the repository at this point in the history
  • Loading branch information
thefiddler committed Sep 30, 2013
1 parent 5a55cb5 commit 7cb3965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/OpenTK/Platform/SDL2/sdl2-cs/src/SDL2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ namespace OpenTK.Platform.SDL2
/// <summary>
/// Entry point for all SDL-related (non-extension) types and methods
/// </summary>
public static class SDL
static class SDL
{
#region SDL2# Variables

Expand Down

0 comments on commit 7cb3965

Please sign in to comment.