File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ interface
1717type
1818 TC4DWizardUtilsOTA = class
1919 private
20- class function EditorAsstring (AIOTAModule: IOTAModule): string;
20+ class function EditorAsString (AIOTAModule: IOTAModule): string;
2121 class procedure DoCloseFile (AInfoFile: TC4DWizardInfoFile);
2222 public
2323 class function CleanCurrentProject : Boolean;
@@ -221,14 +221,14 @@ class function TC4DWizardUtilsOTA.EditorAsStringList(AIOTAModule: IOTAModule): T
221221begin
222222 Result := TStringList.Create;
223223 try
224- Result.Text := Self.EditorAsstring (AIOTAModule);
224+ Result.Text := Self.EditorAsString (AIOTAModule);
225225 except
226226 Result.Free;
227227 raise;
228228 end ;
229229end ;
230230
231- class function TC4DWizardUtilsOTA.EditorAsstring (AIOTAModule: IOTAModule): string;
231+ class function TC4DWizardUtilsOTA.EditorAsString (AIOTAModule: IOTAModule): string;
232232const
233233 BUFFER_SIZE: Integer = 1024 ;
234234var
You can’t perform that action at this time.
0 commit comments