vlc: fixed compilation, bug #30742

git-svn-id: trunk@53204 -
This commit is contained in:
mattias 2016-10-25 17:07:32 +00:00
parent f8f7b54ebe
commit dc27fbd3f4

View File

@ -54,7 +54,7 @@ Type
implementation
{$ifdef HasX}
{$ifdef Unix}
{$ifdef lclgtk2}
{$I vlcgtk2.inc}
{$endif}
@ -62,6 +62,7 @@ implementation
{$I vlcqt.inc}
{$endif}
{$endif}
{ TLCLVLCPlayer }
procedure TLCLVLCPlayer.SetLCLParentWindow(AValue: TWinControl);