compilation warning fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20874 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
5ecdc7ab6d
commit
c9c61efbdd
@ -521,7 +521,7 @@ public:
|
||||
wxHtmlTerminalCellsInterator(const wxHtmlCell *from, const wxHtmlCell *to)
|
||||
: m_to(to), m_pos(from) {}
|
||||
|
||||
operator bool() const { return m_pos; }
|
||||
operator bool() const { return m_pos != NULL; }
|
||||
const wxHtmlCell* operator++();
|
||||
const wxHtmlCell* operator->() const { return m_pos; }
|
||||
const wxHtmlCell* operator*() const { return m_pos; }
|
||||
|
Loading…
Reference in New Issue
Block a user