mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-07 09:56:46 +00:00
Add C++11 override markers.
Adds the markers for gui2::twidget::demand_reduce_width.
This commit is contained in:
parent
043b71a34a
commit
8cc7664f75
@ -63,8 +63,8 @@ public:
|
||||
/** See @ref twidget::request_reduce_width. */
|
||||
virtual void request_reduce_width(const unsigned maximum_width) OVERRIDE;
|
||||
|
||||
/** Inherited from twidget. */
|
||||
void demand_reduce_width(const unsigned maximum_width);
|
||||
/** See @ref twidget::demand_reduce_width. */
|
||||
virtual void demand_reduce_width(const unsigned maximum_width) OVERRIDE;
|
||||
|
||||
/**
|
||||
* Tries to reduce the height of a container.
|
||||
|
@ -193,8 +193,8 @@ public:
|
||||
/** See @ref twidget::request_reduce_width. */
|
||||
virtual void request_reduce_width(const unsigned maximum_width) OVERRIDE;
|
||||
|
||||
/** Inherited from twidget. */
|
||||
void demand_reduce_width(const unsigned maximum_width);
|
||||
/** See @ref twidget::demand_reduce_width. */
|
||||
virtual void demand_reduce_width(const unsigned maximum_width) OVERRIDE;
|
||||
|
||||
/**
|
||||
* Tries to reduce the height of a container.
|
||||
|
Loading…
x
Reference in New Issue
Block a user