浏览代码

* fix compilation

Michaël Van Canneyt 4 年之前
父节点
当前提交
f069f27267
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      rtl/objpas/types.pp

+ 1 - 0
rtl/objpas/types.pp

@@ -177,6 +177,7 @@ type
      constructor Create(const ax,ay,az:single);
      constructor Create(const ax,ay,az:single);
      procedure   Offset(const adeltax,adeltay,adeltaz:single); inline;
      procedure   Offset(const adeltax,adeltay,adeltaz:single); inline;
      procedure   Offset(const adelta:TPoint3D); inline;
      procedure   Offset(const adelta:TPoint3D); inline;
+   public  
      case Integer of
      case Integer of
       0: (data:TSingle3Array);
       0: (data:TSingle3Array);
       1: (x,y,z : single);
       1: (x,y,z : single);