diff options
Diffstat (limited to 'desktop-widgets/command.h')
-rw-r--r-- | desktop-widgets/command.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-widgets/command.h b/desktop-widgets/command.h index 782a46ea5..b41462ac9 100644 --- a/desktop-widgets/command.h +++ b/desktop-widgets/command.h @@ -45,7 +45,7 @@ void editDiveSiteName(dive_site *ds, const QString &value); void editDiveSiteDescription(dive_site *ds, const QString &value); void editDiveSiteNotes(dive_site *ds, const QString &value); void editDiveSiteCountry(dive_site *ds, const QString &value); -void editDiveSiteLocation(dive_site *ds, const QString &value); +void editDiveSiteLocation(dive_site *ds, location_t value); void addDiveSite(const QString &name); } // namespace Command |