peter 26 年之前
父節點
當前提交
8cdbc655e6
共有 1 個文件被更改,包括 1 次插入0 次删除
  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