mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-06 21:03:58 +00:00
Add C++11 override markers.
Adds the markers for gui2::twidget::demand_reduce_height.
This commit is contained in:
parent
7228faa288
commit
ca6b632877
@ -78,8 +78,8 @@ public:
|
||||
/** See @ref twidget::request_reduce_height. */
|
||||
virtual void request_reduce_height(const unsigned maximum_height) OVERRIDE;
|
||||
|
||||
/** Inherited from twidget. */
|
||||
void demand_reduce_height(const unsigned maximum_height);
|
||||
/** See @ref twidget::demand_reduce_height. */
|
||||
virtual void demand_reduce_height(const unsigned maximum_height) OVERRIDE;
|
||||
|
||||
private:
|
||||
/** See @ref twidget::calculate_best_size. */
|
||||
|
@ -208,8 +208,8 @@ public:
|
||||
/** See @ref twidget::request_reduce_height. */
|
||||
virtual void request_reduce_height(const unsigned maximum_height) OVERRIDE;
|
||||
|
||||
/** Inherited from twidget. */
|
||||
void demand_reduce_height(const unsigned maximum_height);
|
||||
/** See @ref twidget::demand_reduce_height. */
|
||||
virtual void demand_reduce_height(const unsigned maximum_height) OVERRIDE;
|
||||
|
||||
/**
|
||||
* Recalculates the best size.
|
||||
|
Loading…
x
Reference in New Issue
Block a user