Преглед изворни кода

* textrec updated to use codepointer

git-svn-id: trunk@24849 -
nickysn пре 12 година
родитељ
комит
01f8989ebc
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      rtl/inc/textrec.inc

+ 1 - 1
rtl/inc/textrec.inc

@@ -43,7 +43,7 @@ type
     openfunc,
     inoutfunc,
     flushfunc,
-    closefunc : pointer;
+    closefunc : codepointer;
     UserData  : array[1..32] of byte;
     name      : array[0..textrecnamelength-1] of char;
     LineEnd   : TLineEndStr;