mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 11:48:04 +02:00
* fields after objects methods.
git-svn-id: trunk@13340 -
This commit is contained in:
parent
c7ca0f8b0f
commit
10c67a4ad5
@ -201,6 +201,8 @@ type
|
||||
|
||||
PWatch = ^TWatch;
|
||||
TWatch = Object(TObject)
|
||||
expr : pstring;
|
||||
last_value,current_value : pchar;
|
||||
constructor Init(s : string);
|
||||
constructor Load(var S: TStream);
|
||||
procedure Store(var S: TStream);
|
||||
@ -208,8 +210,6 @@ type
|
||||
procedure Get_new_value;
|
||||
procedure Force_new_value;
|
||||
destructor done;virtual;
|
||||
expr : pstring;
|
||||
last_value,current_value : pchar;
|
||||
private
|
||||
GDBRunCount : longint;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user