]> git.saurik.com Git - wxWidgets.git/commitdiff
added consts needed by VC++/BC++
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 1 Jun 2003 10:25:23 +0000 (10:25 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 1 Jun 2003 10:25:23 +0000 (10:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20790 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/html/htmlcell.h

index 390af0c9ea627bb269d6a7b4383654f674ce73ac..6a7a62f2892458d1efaa1493c03d69c434001420 100644 (file)
@@ -49,8 +49,8 @@ public:
         m_toPos = toPos;
     }
     
-    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; }