Ignore:
Timestamp:
Aug 10, 2010, 7:57:46 AM (14 years ago)
Author:
george
Message:

Visual TreeView reprezentation moved into target code producer set.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DelphiToC/Produce/UProducerPascal.pas

    r51 r52  
    77uses
    88  SysUtils, Variants, Classes, Graphics, Controls, Forms,
    9   Dialogs, USourceCode, UCodeProducer, StrUtils;
     9  Dialogs, USourceCode, UProducer, StrUtils;
    1010
    1111type
     
    1313  { TProducerPascal }
    1414
    15   TProducerPascal = class(TCodeProducer)
     15  TProducerPascal = class(TProducer)
    1616  private
    1717    procedure Emit(Text: string; NewLine: Boolean = True);
Note: See TracChangeset for help on using the changeset viewer.