]> git.saurik.com Git - wxWidgets.git/commitdiff
removed stray #endif added in previous commit
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 11 Feb 2006 17:17:08 +0000 (17:17 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 11 Feb 2006 17:17:08 +0000 (17:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37499 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/html/htmlwin.h

index 2561691e36c0611f54597a5af67c8d0ef47cb92d..389e2211ec6d9a76c3a07aee2eab2c043389e254 100644 (file)
@@ -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: