CaduNunes79 / netprofilesmod

Automatically exported from code.google.com/p/netprofilesmod
0 stars 0 forks source link

Implicit conversion from 'Object' to 'String' in copying the value of 'ByRef' parameter 'control' back to the matching argument. (BC41999) in SetLanguage.SetText #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Remove this warning by changing SetText's signature to Public Sub SetText(ByRef 
control As String, ByVal node As String)

Original issue reported on code.google.com by hutit...@gmail.com on 6 Aug 2012 at 8:53

GoogleCodeExporter commented 9 years ago
Fixed in branch 0.1.0, Change-set 2552ec7fc0f662fc83adfe8e44431ebcb95d364b

Original comment by hutit...@gmail.com on 6 Aug 2012 at 8:54