浏览代码

"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;
       class procedure InsertMemorySizes; virtual;
 
 
       { Call this to check if init code is required }
       { 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
       { called right before an object is assembled, can be used to insert
         global information into the assembler list (used by LLVM to insert type
         global information into the assembler list (used by LLVM to insert type