simplewebservergui: fixed compile

This commit is contained in:
mattias 2022-04-11 10:11:56 +02:00
parent cc2965e11f
commit 554949f751

View File

@ -1868,7 +1868,7 @@ begin
end; end;
{$IFDEF Darwin} {$IFDEF Darwin}
function TTMSWebcoreIDEOptions.GetBrowserEdge(URL: string; Params: TStrings function TSimpleWebServerController.GetBrowserSafari(URL: string; Params: TStrings
): string; ): string;
begin begin
Result := FindBrowserPath(['/Applications/Safari.app/Contents/MacOS/Safari','safari'],URL,Params); Result := FindBrowserPath(['/Applications/Safari.app/Contents/MacOS/Safari','safari'],URL,Params);
@ -1876,7 +1876,7 @@ end;
{$ENDIF} {$ENDIF}
{$IFDEF MSWindows} {$IFDEF MSWindows}
function TTMSWebcoreIDEOptions.GetBrowserEdge(URL: string; Params: TStrings function TSimpleWebServerController.GetBrowserEdge(URL: string; Params: TStrings
): string; ): string;
begin begin
Result := FindBrowserPath(['edge'],URL,Params); Result := FindBrowserPath(['edge'],URL,Params);