* Getters/Setters should be private

git-svn-id: trunk@34725 -
This commit is contained in:
michael 2016-10-15 20:59:01 +00:00
parent fe0ce2f456
commit 9f88f52ddf

View File

@ -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;