Procházet zdrojové kódy

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

Ryan Olson před 12 roky
rodič
revize
b879cd68ab

+ 1 - 0
Classes/Editing/FLEXMethodCallingViewController.m

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