Fix a wrong method declaration.
authorguillaume <guillaume@a7884b65-44f6-0310-8a51-81a127f17b15>
Fri, 23 May 2008 21:19:59 +0000 (21:19 +0000)
committerguillaume <guillaume@a7884b65-44f6-0310-8a51-81a127f17b15>
Fri, 23 May 2008 21:19:59 +0000 (21:19 +0000)
git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7308 a7884b65-44f6-0310-8a51-81a127f17b15

pgadmin/include/ctl/ctlTree.h

index 59febc0b571ee2066481fef6c1611e9ffac35bdf..a8c8df58a34f688e0eaa8b7205df20627568e5f1 100644 (file)
@@ -26,7 +26,7 @@ class ctlTree : public wxTreeCtrl
 {\r
 public:\r
     ctlTree(wxWindow* parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxTR_HAS_BUTTONS);\r
-    wxTreeItemId ctlTree::AppendItem(const wxTreeItemId& parent, const wxString& text, int image = -1, int selImage = -1, wxTreeItemData* data = NULL);\r
+    wxTreeItemId AppendItem(const wxTreeItemId& parent, const wxString& text, int image = -1, int selImage = -1, wxTreeItemData* data = NULL);\r
        wxTreeItemId AppendObject(pgObject *parent, pgObject *object);\r
     void RemoveDummyChild(pgObject *obj);\r
     pgCollection *AppendCollection(pgObject *parent, pgaFactory &factory);\r