]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/htmlwin.cpp
really fix wxPython dist target
[wxWidgets.git] / src / html / htmlwin.cpp
index ada2a4d19e587ff54bf62ac82017900994c7849e..0f5fc11366aae060807e9cf4eea4cb7b5b0fdfd1 100644 (file)
@@ -618,7 +618,7 @@ void wxHtmlWindow::OnLinkClicked(const wxHtmlLinkInfo& link)
 void wxHtmlWindow::OnCellClicked(wxHtmlCell *cell,
                                  wxCoord x, wxCoord y,
                                  const wxMouseEvent& event)
-{ 
+{
     wxCHECK_RET( cell, _T("can't be called with NULL cell") );
 
     cell->OnMouseClick(this, x, y, event);
@@ -785,4 +785,4 @@ IMPLEMENT_DYNAMIC_CLASS(wxHtmlWinModule, wxModule)
 #include "wx/html/forcelnk.h"
 FORCE_WXHTML_MODULES()
 
-#endif
+#endif
\ No newline at end of file