move wxVListBoxNameStr into vlbox.cpp source file (as for all other wxWidgets *NameStr
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56551 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
303c6f20d2
commit
a805142d93
@ -16,8 +16,7 @@
|
||||
#include "wx/bitmap.h"
|
||||
|
||||
class WXDLLIMPEXP_FWD_CORE wxSelectionStore;
|
||||
|
||||
#define wxVListBoxNameStr _T("wxVListBox")
|
||||
extern WXDLLIMPEXP_DATA_CORE(const char) wxVListBoxNameStr[];
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// wxVListBox
|
||||
|
@ -60,6 +60,7 @@ END_EVENT_TABLE()
|
||||
// ============================================================================
|
||||
|
||||
IMPLEMENT_ABSTRACT_CLASS(wxVListBox, wxVScrolledWindow)
|
||||
const char wxVListBoxNameStr[] = "wxVListBox";
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// wxVListBox creation
|
||||
|
Loading…
Reference in New Issue
Block a user