Changeset 258 for Common/UThreading.pas


Ignore:
Timestamp:
Jul 26, 2011, 1:05:39 PM (13 years ago)
Author:
george
Message:
  • Minor modifications
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Common/UThreading.pas

    r246 r258  
    321321    on E: Exception do
    322322      if Assigned(OnException) then
    323         OnException(Self, E);
     323        OnException(FThread, E);
    324324  end;
    325325end;
Note: See TracChangeset for help on using the changeset viewer.