mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-01 04:59:17 +02:00
* Getters/Setters should be private
git-svn-id: trunk@34725 -
This commit is contained in:
parent
fe0ce2f456
commit
9f88f52ddf
@ -179,6 +179,7 @@ Type
|
||||
|
||||
{$IFDEF FPC_HAS_TYPE_SINGLE}
|
||||
TSingleHelper = Type Helper for Single
|
||||
Private
|
||||
Function GetB(AIndex: Cardinal): Byte;
|
||||
Function GetW(AIndex: Cardinal): Word;
|
||||
Function GetE: QWord; inline;
|
||||
|
Loading…
Reference in New Issue
Block a user