mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 14:59:17 +02:00
vlc: fixed compilation, bug #30742
git-svn-id: branches/fixes_1_6@53205 -
This commit is contained in:
parent
d0f9d77c67
commit
cc8c61531a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user