Move TDTCalendar's Notification method to protected section to avoid warning

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2721 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
zoran-vucenovic
2013-04-08 12:14:00 +00:00
parent 393a073c75
commit 91d939066d

View File

@ -508,12 +508,12 @@ type
procedure CalendarMouseUp(Sender: TObject; Button: TMouseButton;
Shift: TShiftState; X, Y: Integer);
procedure VisibleOfParentChanged(Sender: TObject);
procedure Notification(AComponent: TComponent; Operation: TOperation); override;
protected
procedure Deactivate; override;
procedure DoShow; override;
procedure DoClose(var CloseAction: TCloseAction); override;
procedure Notification(AComponent: TComponent; Operation: TOperation); override;
public
constructor CreateNewDTCalendarForm(AOwner: TComponent;