Преглед на файлове

[cpp] MethInine is considered a real function too

hughsando преди 10 години
родител
ревизия
145066f550
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      gencpp.ml

+ 1 - 1
gencpp.ml

@@ -5211,7 +5211,7 @@ class script_writer common_ctx ctx filename asciiOut =
       let argN = (string_of_int (List.length arg_list)) ^ " " in
       let is_real_function field =
          match field.cf_kind with
-         | Method MethNormal -> true
+         | Method MethNormal | Method MethInline-> true
          | _ -> false;
       in
       let gen_call () =