commit | 718f6eefb6791128a5290b3c7cf47f025ed60c66 | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | 周五 9月 06 21:02:34 2013 +0200 |
committer | Jens Geyer <jensg@apache.org> | 周五 9月 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/src/Thrift.Console.pas b/lib/delphi/src/Thrift.Console.pas index 324efc3..5d1345b 100644 --- a/lib/delphi/src/Thrift.Console.pas +++ b/lib/delphi/src/Thrift.Console.pas
@@ -84,6 +84,7 @@ constructor TGUIConsole.Create( AMemo: TMemo); begin + inherited Create; FMemo := AMemo; FLineBreak := True; end;