peter %!s(int64=26) %!d(string=hai) anos
pai
achega
8cdbc655e6
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      tests/tbs0249.pp

+ 1 - 0
tests/tbs0249.pp

@@ -7,6 +7,7 @@ type
   TNotifyEvent = procedure( Sender: TObject ) of object;
 
   THost = class
+  protected
     FOnEvent: TNotifyEvent;
     procedure SetOnEvent( Value: TNotifyEvent );
   public