소스 검색

* Getters/Setters should be private

git-svn-id: trunk@34725 -
michael 9 년 전
부모
커밋
9f88f52ddf
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      rtl/objpas/sysutils/syshelph.inc

+ 1 - 0
rtl/objpas/sysutils/syshelph.inc

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