Skip to content

Commit c88c74c

Browse files
committed
Rename ASTJsonConverter to ASTJsonExporter
given that we have an ASTJsonImporter this name makes more sense.
1 parent b80f4ba commit c88c74c

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)