mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-04 12:29:13 +00:00
Add C++11 override markers.
Adds the markers for gui2::tcontrol::set_members.
This commit is contained in:
parent
c5434d14c0
commit
ad40e931a9
@ -61,7 +61,8 @@ public:
|
||||
* * help_message_ help
|
||||
*
|
||||
*
|
||||
* @param data Map with the key value pairs to set the members.
|
||||
* @param data Map with the key value pairs to set the
|
||||
* members.
|
||||
*/
|
||||
virtual void set_members(const string_map& data);
|
||||
|
||||
|
@ -33,12 +33,7 @@ public:
|
||||
|
||||
/***** ***** ***** ***** Inherited ***** ***** ***** *****/
|
||||
|
||||
/**
|
||||
* Inherited from tcontrol.
|
||||
*
|
||||
* Sets the additional member
|
||||
* * icon_name_ icon
|
||||
*/
|
||||
/** See @ref tcontrol::set_members. */
|
||||
void set_members(const string_map& data);
|
||||
|
||||
/** Inherited from tcontrol. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user