make tcontrol::get_control_type public

This commit is contained in:
Tomasz Śniatowski 2009-08-05 22:04:12 +01:00
parent 99d44c1c0d
commit 8b9864f93c

View File

@ -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);