diff options
-rw-r--r-- | extras/tiopf/demos/Demo_21_AdrsBook_MGM/model.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/tiopf/demos/Demo_21_AdrsBook_MGM/model.pas b/extras/tiopf/demos/Demo_21_AdrsBook_MGM/model.pas index 3ffa07c3..643fe7c0 100644 --- a/extras/tiopf/demos/Demo_21_AdrsBook_MGM/model.pas +++ b/extras/tiopf/demos/Demo_21_AdrsBook_MGM/model.pas @@ -35,7 +35,7 @@ type protected function GetCaption: string; override; public - constructor CreateNew(const AISO: string; const AName: string); overload; reintroduce; + constructor CreateNew(const AISO: string; const AName: string); reintroduce; overload; published property ISO: string read FISO write SetISO; property Name: string read FName write SetName; |