diff --git a/include/wx/html/htmlcell.h b/include/wx/html/htmlcell.h
index 93d741e859..b4d8af4e3b 100644
--- a/include/wx/html/htmlcell.h
+++ b/include/wx/html/htmlcell.h
@@ -285,6 +285,11 @@ public:
wxString ConvertToText(wxHtmlSelection *sel) const;
protected:
+ void Split(wxDC& dc,
+ const wxPoint& selFrom, const wxPoint& selTo,
+ wxString& s1, wxString& s2, wxString& s3,
+ unsigned& pos1, unsigned& pos2);
+
wxString m_Word;
};