ソースを参照

Fix argument index not getting incremented as we are building the method calling interface.

Ryan Olson 12 年 前
コミット
b879cd68ab
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      Classes/Editing/FLEXMethodCallingViewController.m

+ 1 - 0
Classes/Editing/FLEXMethodCallingViewController.m

@@ -55,6 +55,7 @@
         free(argumentTypeEncoding);
         
         [argumentInputViews addObject:inputView];
+        argumentIndex++;
     }
     self.fieldEditorView.argumentInputViews = argumentInputViews;
 }