X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/93cf77c076b699e8e0b3b0049bd4f80de15997dd..1e92909e9aaaadde61f917a2f34a241caa2b51db:/src/stubs/menuitem.cpp diff --git a/src/stubs/menuitem.cpp b/src/stubs/menuitem.cpp index bd2f876a38..4827ada322 100644 --- a/src/stubs/menuitem.cpp +++ b/src/stubs/menuitem.cpp @@ -24,9 +24,7 @@ // dynamic classes implementation // ---------------------------------------------------------------------------- -#if !USE_SHARED_LIBRARY IMPLEMENT_DYNAMIC_CLASS(wxMenuItem, wxObject) -#endif //USE_SHARED_LIBRARY // ---------------------------------------------------------------------------- // wxMenuItem @@ -93,4 +91,3 @@ void wxMenuItem::Check(bool bDoCheck) // TODO m_bChecked = bDoCheck; } -} \ No newline at end of file