diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2017-10-02 17:03:02 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-10-02 09:52:18 -0700 |
commit | cabf8c0c214b9bb8411797ec2da40b38315b6ce0 (patch) | |
tree | e4d46847523762030870aef36aa0ce7f55edda3a /core/divesite.h | |
parent | aca8fea2a9d80642f7b08647cc93592b3de8984b (diff) | |
download | subsurface-cabf8c0c214b9bb8411797ec2da40b38315b6ce0.tar.gz |
[Divesite] Add country on divesite
Add more information for the divesite, a country can be used to help
sorting.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/divesite.h')
-rw-r--r-- | core/divesite.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/divesite.h b/core/divesite.h index 24f6a0f3f..dc041d355 100644 --- a/core/divesite.h +++ b/core/divesite.h @@ -17,6 +17,7 @@ struct dive_site { uint32_t uuid; char *name; + char *country; degrees_t latitude, longitude; char *description; char *notes; |