File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ set (generic_import_SOURCES
2121 import-match-picker.cpp
2222 import-parse.c
2323 import-utilities.c
24- import-settings.c
24+ import-settings.cpp
2525 import-main-matcher.cpp
2626 import-pending-matches .cpp
2727)
File renamed without changes.
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ set(gtest_import_backend_LIBS
5757set (gtest_import_backend_SOURCES
5858 gtest-import-backend.cpp
5959 ${CMAKE_SOURCE_DIR} /gnucash/import-export/import-backend.cpp
60- ${CMAKE_SOURCE_DIR} /gnucash/import-export/import-settings.c
60+ ${CMAKE_SOURCE_DIR} /gnucash/import-export/import-settings.cpp
6161 ${CMAKE_SOURCE_DIR} /gnucash/import-export/import-utilities.c
6262 ${CMAKE_SOURCE_DIR} /libgnucash/engine/mocks/gmock-qofinstance.cpp
6363 ${CMAKE_SOURCE_DIR} /libgnucash/app-utils/mocks/gmock-gnc-prefs.cpp
Original file line number Diff line number Diff line change @@ -354,7 +354,7 @@ gnucash/import-export/import-main-matcher.cpp
354354gnucash/import-export/import-match-picker.cpp
355355gnucash/import-export/import-parse.c
356356gnucash/import-export/import-pending-matches.cpp
357- gnucash/import-export/import-settings.c
357+ gnucash/import-export/import-settings.cpp
358358gnucash/import-export/import-utilities.c
359359gnucash/import-export/log-replay/gnc-log-replay.c
360360gnucash/import-export/log-replay/gnc-plugin-log-replay.c
You can’t perform that action at this time.
0 commit comments