Преглед изворни кода

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;
 }