mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
core: convert core/import-*.c to C++
import-csv.c was crazy with implicit (const char *) to (char *) conversions! Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
83b0c1da40
commit
5e466d91f0
8 changed files with 73 additions and 148 deletions
|
@ -67,12 +67,12 @@ SOURCES += subsurface-mobile-main.cpp \
|
|||
core/picture.c \
|
||||
core/pictureobj.cpp \
|
||||
core/sample.cpp \
|
||||
core/import-suunto.c \
|
||||
core/import-shearwater.c \
|
||||
core/import-seac.c \
|
||||
core/import-cobalt.c \
|
||||
core/import-divinglog.c \
|
||||
core/import-csv.c \
|
||||
core/import-suunto.cpp \
|
||||
core/import-shearwater.cpp \
|
||||
core/import-seac.cpp \
|
||||
core/import-cobalt.cpp \
|
||||
core/import-divinglog.cpp \
|
||||
core/import-csv.cpp \
|
||||
core/save-html.c \
|
||||
core/statistics.c \
|
||||
core/worldmap-save.c \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue