Skip to content

Commit

Permalink
removed extra qualification ‘RouteManagerDialog::’ on member ‘WptShow…
Browse files Browse the repository at this point in the history
…PropertiesDialog’
  • Loading branch information
ktec committed Jun 20, 2012
1 parent 736ab1c commit a12fdf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/routemanagerdialog.h
Expand Up @@ -55,7 +55,7 @@ class RouteManagerDialog : public wxDialog {
void UpdateWptListCtrl(RoutePoint *rp_select = NULL, bool b_retain_sort = false);
void UpdateLayListCtrl();
void OnTabSwitch(wxNotebookEvent& event);
static void RouteManagerDialog::WptShowPropertiesDialog( RoutePoint* wp, wxWindow* parent );
static void WptShowPropertiesDialog( RoutePoint* wp, wxWindow* parent );


private:
Expand Down

0 comments on commit a12fdf9

Please sign in to comment.