summaryrefslogtreecommitdiffstats
path: root/core/divesite.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-10-02 23:09:09 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-10-04 08:05:09 -0700
commited78aeade0b8b5554f082a8a010aef5f0c2a1916 (patch)
treebf527b228f61bcb2dbee4d682e517ef8e34bd115 /core/divesite.h
parentb96633d3e919d4818070a3681ebabad8236a0692 (diff)
downloadsubsurface-ed78aeade0b8b5554f082a8a010aef5f0c2a1916.tar.gz
Change the signature of constructLocationTags
We actually want to be able to pass a specific divesite structure and not have it look that up by uuid. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/divesite.h')
-rw-r--r--core/divesite.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/divesite.h b/core/divesite.h
index b44e34a31..a731f0841 100644
--- a/core/divesite.h
+++ b/core/divesite.h
@@ -76,7 +76,7 @@ void merge_dive_sites(uint32_t ref, uint32_t *uuids, int count);
#ifdef __cplusplus
}
-QString constructLocationTags(uint32_t ds_uuid);
+QString constructLocationTags(struct dive_site *ds);
#endif