Skip to content

Commit

Permalink
Fixing a typo in IdUserAccounts.pas.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlebeau committed Dec 7, 2024
1 parent e8fe628 commit b355fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/Protocols/IdUserAccounts.pas
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ TIdUserAccount = class(TCollectionItem)
function CheckPassword(const APassword: String): Boolean; virtual;
//
{$IFDEF USE_OBJECT_ARC}
property Data: TObject read FDataObject write FDataObject;
property DataObject: TObject read FDataObject write FDataObject;
property DataValue: PtrInt read FDataValue write FDataValue;
{$ELSE}
property Data: TObject read FData write FData;
Expand Down

0 comments on commit b355fe2

Please sign in to comment.