mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
core: port tag.c to C++
Let taglist_get_tagstring() return an std::string, since all callers are C++ anyway. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
84b7ffafd2
commit
422f693f5b
7 changed files with 47 additions and 66 deletions
|
|
@ -93,7 +93,7 @@ SOURCES += subsurface-mobile-main.cpp \
|
|||
core/sha1.c \
|
||||
core/string-format.cpp \
|
||||
core/strtod.c \
|
||||
core/tag.c \
|
||||
core/tag.cpp \
|
||||
core/taxonomy.c \
|
||||
core/time.cpp \
|
||||
core/trip.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue