Place m_lastDoubleClick initialization inside existing #if wxUSE_CLIPBOARD

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott 2003-06-07 02:20:20 +00:00
parent 49de49497d
commit 6ce5198539

View File

@ -174,9 +174,9 @@ void wxHtmlWindow::Init()
m_makingSelection = false;
#if wxUSE_CLIPBOARD
m_timerAutoScroll = NULL;
m_lastDoubleClick = 0;
#endif
m_backBuffer = NULL;
m_lastDoubleClick = 0;
}
bool wxHtmlWindow::Create(wxWindow *parent, wxWindowID id,