peter 26 gadi atpakaļ
vecāks
revīzija
8cdbc655e6
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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