Skip to content

Commit

Permalink
[csv-transactions-export.cpp] convert to cpp, use fstream
Browse files Browse the repository at this point in the history
- using std::ofstream
  • Loading branch information
christopherlam committed Apr 3, 2023
1 parent 6dc9cc3 commit db4e213
Show file tree
Hide file tree
Showing 4 changed files with 443 additions and 593 deletions.
2 changes: 1 addition & 1 deletion gnucash/import-export/csv-exp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set(csv_export_SOURCES
csv-export-helpers.cpp
assistant-csv-export.c
csv-tree-export.cpp
csv-transactions-export.c
csv-transactions-export.cpp
)

# Add dependency on config.h
Expand Down

0 comments on commit db4e213

Please sign in to comment.