소스 검색

"tnodeutils.has_init_list" is now static

J. Gareth "Curious Kit" Moreton 1 년 전
부모
커밋
adac1e6db2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/ngenutil.pas

+ 1 - 1
compiler/ngenutil.pas

@@ -135,7 +135,7 @@ interface
       class procedure InsertMemorySizes; virtual;
 
       { Call this to check if init code is required }
-      class function has_init_list: boolean;
+      class function has_init_list: boolean; static;
 
       { called right before an object is assembled, can be used to insert
         global information into the assembler list (used by LLVM to insert type