瀏覽代碼

* Getters/Setters should be private

git-svn-id: trunk@34725 -
michael 8 年之前
父節點
當前提交
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;