X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d8996187144eba2d9a2d0e91e7b78089721967af..ad115b2d656d79790b41b88d6dd578f0e624612c:/include/wx/list.h?ds=sidebyside diff --git a/include/wx/list.h b/include/wx/list.h index 7cad34a420..f42942f442 100644 --- a/include/wx/list.h +++ b/include/wx/list.h @@ -186,7 +186,8 @@ private: // ----------------------------------------------------------------------------- class WXDLLEXPORT wxListBase : public wxObject { -friend class wxNodeBase; // should be able to call DetachNode() +friend class wxNodeBase; // should be able to call DetachNode() +friend class wxHashTableBase; // should be able to call untyped Find() public: // default ctor & dtor wxListBase(wxKeyType keyType = wxKEY_NONE) { Init(keyType); }