Ignore:
Timestamp:
May 31, 2009, 8:30:37 PM (16 years ago)
Author:
RBRi
Message:

+ debug output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NewView/HelpTopic.pas

    r252 r339  
    258258  StringUtilsUnit,
    259259  CharUtilsUnit,
    260   SettingsUnit;
     260  SettingsUnit,
     261  DebugUnit;
    261262
    262263const
     
    438439destructor TTopic.Destroy;
    439440begin
     441  LogEvent(LogObjConstDest, 'TTopic.Destroy');
    440442  DestroyListAndObjects( Links );
    441443  FreePString( _Title );
Note: See TracChangeset for help on using the changeset viewer.