Browse Source

* Merging revisions r45420 from trunk:
------------------------------------------------------------------------
r45420 | michael | 2020-05-18 17:06:13 +0200 (Mon, 18 May 2020) | 1 line

* Fix warning about visibility change
------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@46583 -

michael 5 years ago
parent
commit
531d936247
1 changed files with 1 additions and 1 deletions
  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;