mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 23:49:28 +02:00
simplewebservergui: fixed compile
This commit is contained in:
parent
cc2965e11f
commit
554949f751
@ -1868,7 +1868,7 @@ begin
|
||||
end;
|
||||
|
||||
{$IFDEF Darwin}
|
||||
function TTMSWebcoreIDEOptions.GetBrowserEdge(URL: string; Params: TStrings
|
||||
function TSimpleWebServerController.GetBrowserSafari(URL: string; Params: TStrings
|
||||
): string;
|
||||
begin
|
||||
Result := FindBrowserPath(['/Applications/Safari.app/Contents/MacOS/Safari','safari'],URL,Params);
|
||||
@ -1876,7 +1876,7 @@ end;
|
||||
{$ENDIF}
|
||||
|
||||
{$IFDEF MSWindows}
|
||||
function TTMSWebcoreIDEOptions.GetBrowserEdge(URL: string; Params: TStrings
|
||||
function TSimpleWebServerController.GetBrowserEdge(URL: string; Params: TStrings
|
||||
): string;
|
||||
begin
|
||||
Result := FindBrowserPath(['edge'],URL,Params);
|
||||
|
Loading…
Reference in New Issue
Block a user