mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-28 14:36:22 +00:00
Silence gcc 4.3 warning about const return type.
This commit is contained in:
parent
90df46fc42
commit
3e1c4a3d14
@ -34,7 +34,7 @@ namespace gui{
|
||||
public:
|
||||
floating_textbox();
|
||||
|
||||
const TEXTBOX_MODE mode() const { return mode_; }
|
||||
TEXTBOX_MODE mode() const { return mode_; }
|
||||
const util::scoped_ptr<gui::button>& check() const { return check_; }
|
||||
const util::scoped_ptr<gui::textbox>& box() const { return box_; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user