core: convert core/save-git.c to C++

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2024-02-27 18:40:45 +01:00 committed by Michael Keller
parent 148775f418
commit 371b155922
3 changed files with 23 additions and 28 deletions

View file

@ -78,7 +78,7 @@ SOURCES += subsurface-mobile-main.cpp \
core/worldmap-save.c \
core/libdivecomputer.c \
core/version.c \
core/save-git.c \
core/save-git.cpp \
core/datatrak.c \
core/ostctools.c \
core/planner.c \