problems with current update

Hello,


after I installed your update today I get the following error:

in ap_Windows at


  _OBJECT_TYPE_LISTWrapper = class(TatRecordWrapper)
  private
    FLevel: WORD;
    FSbz: WORD;
    FObjectType: PGUID;
  public
    constructor Create(ARecord: _OBJECT_TYPE_LIST);
    function ObjToRec: _OBJECT_TYPE_LIST;
  published
    property Level: WORD read FLevel write FLevel;
    property Sbz: WORD read FSbz write FSbz;
    property ObjectType: PGUID read FObjectType write FObjectType;  <------
  end;


error "published property 'ObjectType' must not be from type POINTER

I already tried to compile all units new (with SSImport) but nothing changed, I also tried to use the old one.

Looking forward to your answer,
Stefan.

I installed it again, now the error has gone.