X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/29435d814db9ce39543481543de199519e26175e..f35aa3daa3106af9c062ef4981fcbf91983ba193:/src/os2/toolbar.cpp diff --git a/src/os2/toolbar.cpp b/src/os2/toolbar.cpp index 4ed0456193..718318b17c 100644 --- a/src/os2/toolbar.cpp +++ b/src/os2/toolbar.cpp @@ -51,9 +51,7 @@ NM_CUSTOMDRAW message and do your custom drawing. #define DEFAULTBUTTONY 24 #define DEFAULTBARHEIGHT 27 -#if !USE_SHARED_LIBRARY IMPLEMENT_DYNAMIC_CLASS(wxToolBar, wxToolBarBase) -#endif BEGIN_EVENT_TABLE(wxToolBar, wxToolBarBase) EVT_MOUSE_EVENTS(wxToolBar::OnMouseEvent)