mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 14:39:27 +02:00
LCL: fixed compilation with fpc 2.6.XX
git-svn-id: trunk@38322 -
This commit is contained in:
parent
1ce7054f0d
commit
676d376f99
@ -272,6 +272,7 @@ begin
|
||||
end;
|
||||
end;
|
||||
|
||||
{$IFDEF HASLIBLOADER}
|
||||
{ TSQLDBLibraryLoaderLibraryNamePropertyEditor }
|
||||
|
||||
function TSQLDBLibraryLoaderLibraryNamePropertyEditor.GetFilter: String;
|
||||
@ -279,6 +280,7 @@ begin
|
||||
Result := sLibraries+'|*.'+SharedSuffix;
|
||||
Result := Result+ '|'+ inherited GetFilter;
|
||||
end;
|
||||
{$ENDIF}
|
||||
|
||||
{ TDbfFileNamePropertyEditor }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user