opengl: fixed compilation

git-svn-id: trunk@49683 -
This commit is contained in:
mattias 2015-08-16 20:42:05 +00:00
parent c878fabaf2
commit 8b765384f1
2 changed files with 2 additions and 1 deletions

View File

@ -59,6 +59,7 @@ end;"/>
</Item5>
<Item6>
<Filename Value="glcocoanscontext.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="GLCocoaNSContext"/>
</Item6>
</Files>

View File

@ -7,7 +7,7 @@ unit LazOpenGLContext;
interface
uses
OpenGLContext, GLCocoaNSContext, LazarusPackageIntf;
OpenGLContext, LazarusPackageIntf;
implementation