git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20790
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
- wxHtmlCell *GetFromCell() const { return m_fromCell; }
- wxHtmlCell *GetToCell() const { return m_toCell; }
+ const wxHtmlCell *GetFromCell() const { return m_fromCell; }
+ const wxHtmlCell *GetToCell() const { return m_toCell; }
// these values are *relative* to From/To cell's origin:
const wxPoint& GetFromPos() const { return m_fromPos; }
// these values are *relative* to From/To cell's origin:
const wxPoint& GetFromPos() const { return m_fromPos; }