From 6ce5198539c978a8981455bf5c76fa6f1c3db02e Mon Sep 17 00:00:00 2001 From: David Elliott Date: Sat, 7 Jun 2003 02:20:20 +0000 Subject: [PATCH] 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 --- src/html/htmlwin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/html/htmlwin.cpp b/src/html/htmlwin.cpp index 509dc190c8..c025b66edb 100644 --- a/src/html/htmlwin.cpp +++ b/src/html/htmlwin.cpp @@ -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, -- 2.45.2