Add C++11 override markers.

Adds the markers for gui2::twidget::demand_reduce_width.
This commit is contained in:
Mark de Wever 2013-04-01 14:21:49 +02:00
parent 043b71a34a
commit 8cc7664f75
2 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -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.