Skip to content

Commit 96707e5

Browse files
[import-utilities.cpp] convert to cpp
1 parent 5f20e63 commit 96707e5

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
@@ -20,7 +20,7 @@ set (generic_import_SOURCES
2020
import-format-dialog.cpp
2121
import-match-picker.cpp
2222
import-parse.c
23-
import-utilities.c
23+
import-utilities.cpp
2424
import-settings.cpp
2525
import-main-matcher.cpp
2626
import-pending-matches.cpp

gnucash/import-export/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ set(gtest_import_backend_SOURCES
5858
gtest-import-backend.cpp
5959
${CMAKE_SOURCE_DIR}/gnucash/import-export/import-backend.cpp
6060
${CMAKE_SOURCE_DIR}/gnucash/import-export/import-settings.cpp
61-
${CMAKE_SOURCE_DIR}/gnucash/import-export/import-utilities.c
61+
${CMAKE_SOURCE_DIR}/gnucash/import-export/import-utilities.cpp
6262
${CMAKE_SOURCE_DIR}/libgnucash/engine/mocks/gmock-qofinstance.cpp
6363
${CMAKE_SOURCE_DIR}/libgnucash/app-utils/mocks/gmock-gnc-prefs.cpp
6464
${CMAKE_SOURCE_DIR}/libgnucash/engine/mocks/gmock-qofbook.cpp

po/POTFILES.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ gnucash/import-export/import-match-picker.cpp
355355
gnucash/import-export/import-parse.c
356356
gnucash/import-export/import-pending-matches.cpp
357357
gnucash/import-export/import-settings.cpp
358-
gnucash/import-export/import-utilities.c
358+
gnucash/import-export/import-utilities.cpp
359359
gnucash/import-export/log-replay/gnc-log-replay.c
360360
gnucash/import-export/log-replay/gnc-plugin-log-replay.c
361361
gnucash/import-export/ofx/gncmod-ofx-import.c

0 commit comments

Comments
 (0)