From bb60e16c8f25c472185dfc3e241c05f0295c9d7f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 11 Feb 2006 17:17:08 +0000 Subject: [PATCH] removed stray #endif added in previous commit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37499 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/html/htmlwin.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/wx/html/htmlwin.h b/include/wx/html/htmlwin.h index 2561691e36..389e2211ec 100644 --- a/include/wx/html/htmlwin.h +++ b/include/wx/html/htmlwin.h @@ -312,7 +312,6 @@ protected: // time of the last doubleclick event, used to detect tripleclicks // (tripleclicks are used to select whole line): wxMilliClock_t m_lastDoubleClick; -#endif // wxUSE_LONGLONG/!wxUSE_LONGLONG // helper class to automatically scroll the window if the user is selecting // text and the mouse leaves wxHtmlWindow: -- 2.45.2