Commit d64b5fa2 authored by bitplane's avatar bitplane

Removed extra qualifier added in revision 1175. reported by jppequenao (bug 1871574)

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1181 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 1608f3f6
...@@ -67,7 +67,6 @@ namespace gui ...@@ -67,7 +67,6 @@ namespace gui
//! \param mode: One of the modes defined in EGUI_COLUMN_ORDERING //! \param mode: One of the modes defined in EGUI_COLUMN_ORDERING
virtual void setColumnOrdering(u32 columnIndex, EGUI_COLUMN_ORDERING mode); virtual void setColumnOrdering(u32 columnIndex, EGUI_COLUMN_ORDERING mode);
//! Returns which row is currently selected //! Returns which row is currently selected
virtual s32 getSelected() const; virtual s32 getSelected() const;
...@@ -124,7 +123,7 @@ namespace gui ...@@ -124,7 +123,7 @@ namespace gui
virtual void clear(); virtual void clear();
//! called if an event happened. //! called if an event happened.
virtual bool CGUITable::OnEvent(const SEvent &event); virtual bool OnEvent(const SEvent &event);
//! draws the element and its children //! draws the element and its children
virtual void draw(); virtual void draw();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment