Skip to content

Commit 5cc8370

Browse files
committed
Resolves #23
1 parent 74e3b28 commit 5cc8370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dist/OpenApiRest.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ TCustomRestService = class(TInterfacedObject)
109109
FConverter: TCustomJsonConverter;
110110
function SanitizedBaseUrl: string;
111111
protected
112-
procedure CheckError(Response: IRestResponse);
112+
procedure CheckError(Response: IRestResponse); virtual;
113113
function CreateConverter: TCustomJsonConverter; virtual;
114114
function Converter: TCustomJsonConverter;
115115
public

0 commit comments

Comments
 (0)