From a12fdf9edcf7b34c6a39e1ec2bcf842f8289be99 Mon Sep 17 00:00:00 2001 From: Keith Salisbury Date: Wed, 20 Jun 2012 11:41:13 -1000 Subject: [PATCH] =?UTF-8?q?removed=20extra=20qualification=20=E2=80=98Rout?= =?UTF-8?q?eManagerDialog::=E2=80=99=20on=20member=20=E2=80=98WptShowPrope?= =?UTF-8?q?rtiesDialog=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/routemanagerdialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/routemanagerdialog.h b/include/routemanagerdialog.h index a7f3f07015..80eb591271 100644 --- a/include/routemanagerdialog.h +++ b/include/routemanagerdialog.h @@ -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: