From eebb848a8516e14cb6c23e1c7b9db56af375733f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Karsten=20Ball=C3=BCder?= Date: Mon, 8 Feb 1999 12:04:14 +0000 Subject: [PATCH] fixed linkage problem git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1644 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/process.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/common/process.cpp b/src/common/process.cpp index d15c5d3b20..2469953ed2 100644 --- a/src/common/process.cpp +++ b/src/common/process.cpp @@ -26,10 +26,8 @@ #include "wx/process.h" -#if !USE_SHARED_LIBRARY - IMPLEMENT_DYNAMIC_CLASS(wxProcess, wxEvtHandler) - IMPLEMENT_DYNAMIC_CLASS(wxProcessEvent, wxEvent) -#endif +IMPLEMENT_DYNAMIC_CLASS(wxProcess, wxEvtHandler) +IMPLEMENT_DYNAMIC_CLASS(wxProcessEvent, wxEvent) wxProcess::wxProcess(wxEvtHandler *parent, int id) { -- 2.50.0