// Purpose: interface of wxRearrangeList
// Author: Vadim Zeitlin
// Created: 2008-12-15
-// RCS-ID: $Id$
// Copyright: (c) 2008 Vadim Zeitlin <vadim@wxwidgets.org>
-// Licence: wxWindows license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
/**
@library{wxcore}
@category{ctrl}
*/
-class wxRearrangeCtrl
+class wxRearrangeCtrl : public wxPanel
{
public:
/**
@library{wxcore}
@category{cmndlg}
*/
-class wxRearrangeDialog
+class wxRearrangeDialog : public wxDialog
{
public:
/**