wxBrushList and wxFontList do not derive from wxList.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72933 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2012-11-09 05:02:52 +00:00
parent c0a2b7180e
commit d4cb624111
2 changed files with 2 additions and 2 deletions

View File

@@ -361,7 +361,7 @@ wxBrush* wxRED_BRUSH;
@see wxBrush
*/
class wxBrushList : public wxList
class wxBrushList
{
public:
/**

View File

@@ -1062,7 +1062,7 @@ wxFont* wxSWISS_FONT;
@see wxFont
*/
class wxFontList : public wxList
class wxFontList
{
public:
/**