Procházet zdrojové kódy

* Fix warning about visibility change

git-svn-id: trunk@45420 -
michael před 5 roky
rodič
revize
2639e8af7e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      packages/fcl-web/src/base/fphttp.pp

+ 1 - 1
packages/fcl-web/src/base/fphttp.pp

@@ -146,9 +146,9 @@ Type
     Procedure InitSession(AResponse : TResponse);
     Procedure UpdateSession(AResponse : TResponse);
     Procedure DoneSession; virtual;
+    Procedure Notification(AComponent : TComponent;Operation : TOperation); override;
   Public
     destructor destroy; override;
-    Procedure Notification(AComponent : TComponent;Operation : TOperation); override;
     Procedure HandleRequest(ARequest : TRequest; AResponse : TResponse); override;
     Property CreateSession : Boolean Read FCreateSession Write FCreateSession;
     Property Session : TCustomSession Read GetSession Write SetSession;