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:
parent
49de49497d
commit
6ce5198539
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user