proper style includes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31797 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2005-02-06 16:27:06 +00:00
parent 5b74902d6d
commit 02250fa1ef

View File

@ -440,7 +440,7 @@ void wxMediaCtrl::OnMediaFinished(wxMediaEvent& WXUNUSED(evt))
//DARWIN gcc compiler badly screwed up - needs destructor impl in source
wxMediaBackend::~wxMediaBackend()
{ }
#include <wx/html/forcelnk.h>
#include "wx/html/forcelnk.h"
FORCE_LINK(basewxmediabackends);
//---------------------------------------------------------------------------