Skip to content

Commit

Permalink
mast TSynLog constructor as virtual
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel.mash committed Dec 1, 2018
1 parent a0696dc commit 22ff2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SynLog.pas
Expand Up @@ -869,7 +869,7 @@ TSynLog = class(TObject, ISynLog)
public public
/// intialize for a TSynLog class instance /// intialize for a TSynLog class instance
// - WARNING: not to be called directly! Use Enter or Add class function instead // - WARNING: not to be called directly! Use Enter or Add class function instead
constructor Create(aFamily: TSynLogFamily=nil); constructor Create(aFamily: TSynLogFamily=nil); virtual;
/// release all memory and internal handles /// release all memory and internal handles
destructor Destroy; override; destructor Destroy; override;
/// flush all log content to file /// flush all log content to file
Expand Down

0 comments on commit 22ff2cd

Please sign in to comment.