X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/858ad6708dcaffe710583efb6de37cd2628f72fa..bf505dfce5c7d07bfb464f597cbca03bd94b896c:/src/generic/vlbox.cpp diff --git a/src/generic/vlbox.cpp b/src/generic/vlbox.cpp index 04ad587675..861dc0dc6f 100644 --- a/src/generic/vlbox.cpp +++ b/src/generic/vlbox.cpp @@ -60,6 +60,7 @@ END_EVENT_TABLE() // ============================================================================ IMPLEMENT_ABSTRACT_CLASS(wxVListBox, wxVScrolledWindow) +const char wxVListBoxNameStr[] = "wxVListBox"; // ---------------------------------------------------------------------------- // wxVListBox creation