Przeglądaj źródła

"tnodeutils.has_init_list" is now static

J. Gareth "Curious Kit" Moreton 1 rok temu
rodzic
commit
adac1e6db2
1 zmienionych plików z 1 dodań i 1 usunięć
  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