mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-29 20:16:04 +00:00
make tcontrol::get_control_type public
This commit is contained in:
parent
99d44c1c0d
commit
8b9864f93c
@ -328,7 +328,7 @@ private:
|
||||
* does nothing but classes can override it to implement custom behaviour.
|
||||
*/
|
||||
virtual void load_config_extra() {}
|
||||
protected:
|
||||
public:
|
||||
/**
|
||||
* Returns the control_type of the control.
|
||||
*
|
||||
@ -340,6 +340,7 @@ protected:
|
||||
*/
|
||||
virtual const std::string& get_control_type() const = 0;
|
||||
|
||||
protected:
|
||||
/** Inherited from twidget. */
|
||||
void impl_draw_background(surface& frame_buffer);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user