From: Vadim Zeitlin Date: Fri, 13 Apr 2001 14:56:22 +0000 (+0000) Subject: linking fix for wxMotif X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6f18aba58bcc9c216b897a1fa9b3c113012da654 linking fix for wxMotif git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/motif/spinbutt.cpp b/src/motif/spinbutt.cpp index 1e7533ef50..5b2fc9d073 100644 --- a/src/motif/spinbutt.cpp +++ b/src/motif/spinbutt.cpp @@ -14,8 +14,12 @@ #endif #include "wx/spinbutt.h" +#include "wx/spinctrl.h" +// put wxSpinCtrl here too because it doesn't have a separate file for it in +// wxMotif (yet) IMPLEMENT_DYNAMIC_CLASS(wxSpinButton, wxControl) +IMPLEMENT_DYNAMIC_CLASS(wxSpinCtrl, wxControl) IMPLEMENT_DYNAMIC_CLASS(wxSpinEvent, wxNotifyEvent) bool wxSpinButton::Create(wxWindow *parent, wxWindowID id, const wxPoint& WXUNUSED(pos), const wxSize& WXUNUSED(size),