From d430bbdc8148558cb30a2db4931dc3e19405a578 Mon Sep 17 00:00:00 2001 From: Jens Geyer Date: Thu, 26 Sep 2013 23:37:54 +0200 Subject: [PATCH] * THRIFT-2195: added default argument for enhanced compatbility Patch: Jens Geyer --- lib/delphi/src/Thrift.Protocol.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/delphi/src/Thrift.Protocol.pas b/lib/delphi/src/Thrift.Protocol.pas index 5618d6f8..7ae8e347 100644 --- a/lib/delphi/src/Thrift.Protocol.pas +++ b/lib/delphi/src/Thrift.Protocol.pas @@ -530,7 +530,7 @@ type IProcessor = interface ['{7BAE92A5-46DA-4F13-B6EA-0EABE233EE5F}'] - function Process( const iprot :IProtocol; const oprot: IProtocol; const events : IProcessorEvents): Boolean; + function Process( const iprot :IProtocol; const oprot: IProtocol; const events : IProcessorEvents = nil): Boolean; end; -- 2.17.1