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:
Francesco Montorsi 2008-10-28 15:03:37 +00:00
parent 303c6f20d2
commit a805142d93
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -60,6 +60,7 @@ END_EVENT_TABLE()
// ============================================================================
IMPLEMENT_ABSTRACT_CLASS(wxVListBox, wxVScrolledWindow)
const char wxVListBoxNameStr[] = "wxVListBox";
// ----------------------------------------------------------------------------
// wxVListBox creation