Skip to content

Commit 5862394

Browse files
committed
Latebinding of Treeview and XML 6.0
1 parent 4255938 commit 5862394

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
4 KB
Binary file not shown.

source/ACLibRepositoryTreeForm.frm

2.29 KB
Binary file not shown.

source/codelib/_codelib/addins/shared/ACLibGitHubImporter.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Friend Function GetJsonString(ByVal ApiUrl As String) As String
179179
Dim ApiResponse As String
180180
Dim ApiAuthToken As String
181181
Dim json As Object
182-
Dim xml As MSXML2.XMLHTTP60
182+
Dim xml As Object 'MSXML2.XMLHTTP60
183183

184184
ApiAuthToken = GitHubApiAuthorizationToken
185185

0 commit comments

Comments
 (0)