core: convert event.c to C++

No code changes.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2024-05-03 21:38:11 +02:00 committed by bstoeger
parent 48f7828d10
commit 19148d30e7
3 changed files with 3 additions and 3 deletions

View file

@ -51,7 +51,7 @@ SOURCES += subsurface-mobile-main.cpp \
core/dive.cpp \
core/divecomputer.cpp \
core/divefilter.cpp \
core/event.c \
core/event.cpp \
core/eventtype.cpp \
core/filterconstraint.cpp \
core/filterpreset.cpp \