From 7c5271b2f7023c44d6a0f4c7a9ea42baa57a094e Mon Sep 17 00:00:00 2001 From: martin Date: Sun, 16 Jan 2011 13:08:59 +0000 Subject: [PATCH] DBG: cleanup git-svn-id: trunk@29052 - --- debugger/watchesdlg.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debugger/watchesdlg.pp b/debugger/watchesdlg.pp index 95e7f97ed1..2b13ad716e 100644 --- a/debugger/watchesdlg.pp +++ b/debugger/watchesdlg.pp @@ -105,7 +105,6 @@ type FWatchesNotification: TIDEWatchesNotification; FPowerImgIdx, FPowerImgIdxGrey: Integer; FUpdateAllNeeded: Boolean; - procedure DoEndUpdate; override; function GetSelected: TIDEWatch; procedure SetWatches(const AValue: TIDEWatches); procedure WatchAdd(const ASender: TIDEWatches; const AWatch: TIDEWatch); @@ -116,6 +115,7 @@ type procedure UpdateAll; procedure DisableAllActions; protected + procedure DoEndUpdate; override; public constructor Create(AOwner: TComponent); override; destructor Destroy; override;