Skip to content

Commit b02ce37

Browse files
authored
Merge pull request #6 from AccessCodeLib/dev
Latebinding of Treeview and XML 6.0
2 parents 9b8dd09 + 5862394 commit b02ce37

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)