diff options
Diffstat (limited to 'core/divesite.h')
-rw-r--r-- | core/divesite.h | 2 |
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 |