Skip to content

Commit c3ea866

Browse files
authored
Merge pull request #13161 from ethereum/rename-converter
Rename ASTJsonConverter to ASTJsonExporter
2 parents be470c1 + c88c74c commit c3ea866

File tree

6 files changed

+88
-88
lines changed

6 files changed

+88
-88
lines changed

libsolidity/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ set(sources
5353
ast/ASTAnnotations.h
5454
ast/ASTEnums.h
5555
ast/ASTForward.h
56-
ast/ASTJsonConverter.cpp
57-
ast/ASTJsonConverter.h
56+
ast/ASTJsonExporter.cpp
57+
ast/ASTJsonExporter.h
5858
ast/ASTUtils.cpp
5959
ast/ASTUtils.h
6060
ast/ASTJsonImporter.cpp

0 commit comments

Comments
 (0)