]> git.street.me.uk Git - andy/viking.git/blobdiff - src/dialog.h
Make the waypoint name a property of the waypoint.
[andy/viking.git] / src / dialog.h
index 74b2c8784d2e90c23fae6305077b6196ee3a953c..f6e02c461391ca187d4eadc3b2142055499c083e 100644 (file)
@@ -55,7 +55,7 @@ gboolean a_dialog_goto_utm ( GtkWindow *parent, struct UTM *utm, const struct UT
     The name to use is returned
    When an existing waypoint the name is shown but is not allowed to be changed and NULL is returned
  */
-gchar *a_dialog_waypoint ( GtkWindow *parent, gchar *default_name, VikWaypoint *wp, GHashTable *waypoints, VikCoordMode coord_mode, gboolean is_new, gboolean *updated );
+gchar *a_dialog_waypoint ( GtkWindow *parent, gchar *default_name, VikWaypoint *wp, VikCoordMode coord_mode, gboolean is_new, gboolean *updated );
 
 gchar *a_dialog_new_track ( GtkWindow *parent, GHashTable *tracks, gchar *default_name );