Revision 119:66352054ce4d UOLib/UMulBlock.pas

b/UOLib/UMulBlock.pas
21 21
 * CDDL HEADER END
22 22
 *
23 23
 *
24
 *      Portions Copyright 2007 Andreas Schneider
24
 *      Portions Copyright 2009 Andreas Schneider
25 25
 *)
26 26
unit UMulBlock;
27 27

  
......
38 38
  
39 39
  { TMulBlockEventHandler }
40 40

  
41
  TMulBlockEventHandler = class(TObject)
41
  TMulBlockEventHandler = class
42 42
    constructor Create;
43 43
    destructor Destroy; override;
44 44
  protected
......
51 51

  
52 52
  { TMulBlock }
53 53

  
54
  TMulBlock = class(TObject)
54
  TMulBlock = class
55 55
    constructor Create;
56 56
    destructor Destroy; override;
57 57
  protected

Also available in: Unified diff