Add missing parent classes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71862 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2012-06-26 02:01:09 +00:00
parent 0476fe3d73
commit 1fe9a78fd0

View File

@@ -180,7 +180,7 @@ public:
@library{wxcore} @library{wxcore}
@category{ctrl} @category{ctrl}
*/ */
class wxRearrangeCtrl class wxRearrangeCtrl : public wxPanel
{ {
public: public:
/** /**
@@ -269,7 +269,7 @@ public:
@library{wxcore} @library{wxcore}
@category{cmndlg} @category{cmndlg}
*/ */
class wxRearrangeDialog class wxRearrangeDialog : public wxDialog
{ {
public: public:
/** /**