commit | 718f6eefb6791128a5290b3c7cf47f025ed60c66 | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Fri Sep 06 21:02:34 2013 +0200 |
committer | Jens Geyer <jensg@apache.org> | Fri Sep 06 21:02:57 2013 +0200 |
tree | 6fe7a02497e1d77c3add568137371936581e8a3a | |
parent | a6a32a56fb565d155fd9ae3826b6bbdede6688be [diff] [blame] |
THRIFT-2162 Missing calls to inherited CTOR at misc. places Patch: Jens Geyer
diff --git a/lib/delphi/test/multiplexed/Multiplex.Client.Main.pas b/lib/delphi/test/multiplexed/Multiplex.Client.Main.pas index 2cc7ab0..a1af40b 100644 --- a/lib/delphi/test/multiplexed/Multiplex.Client.Main.pas +++ b/lib/delphi/test/multiplexed/Multiplex.Client.Main.pas
@@ -78,6 +78,7 @@ constructor TTestClient.Create( const args: array of string); begin + inherited; ParseArgs(args); Setup; end;