Moved AutoGeneratedAttribute to root namespace (it is now used by more than just OpenTK.Graphics).
This commit is contained in:
parent
f8bc7e1f30
commit
3f009dc723
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ using System;
|
|||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace OpenTK.Graphics
|
||||
namespace OpenTK
|
||||
{
|
||||
/// <summary>
|
||||
/// Indicates that this function is generated automatically by a tool.
|
Loading…
Reference in a new issue