Skip to content

Commit f1c70a0

Browse files
[import-settings.cpp] convert to cpp
1 parent b0e5316 commit f1c70a0

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

gnucash/import-export/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
)

gnucash/import-export/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ set(gtest_import_backend_LIBS
5757
set(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

po/POTFILES.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ gnucash/import-export/import-main-matcher.cpp
354354
gnucash/import-export/import-match-picker.cpp
355355
gnucash/import-export/import-parse.c
356356
gnucash/import-export/import-pending-matches.cpp
357-
gnucash/import-export/import-settings.c
357+
gnucash/import-export/import-settings.cpp
358358
gnucash/import-export/import-utilities.c
359359
gnucash/import-export/log-replay/gnc-log-replay.c
360360
gnucash/import-export/log-replay/gnc-plugin-log-replay.c

0 commit comments

Comments
 (0)