mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-14 10:39:17 +00:00
Code polishing no functional changes.
This commit is contained in:
parent
be243809ba
commit
4f9916b59d
@ -21,15 +21,16 @@ namespace gui2 {
|
||||
|
||||
namespace implementation {
|
||||
|
||||
struct tbuilder_text_box : public implementation::tbuilder_control
|
||||
struct tbuilder_text_box
|
||||
: public tbuilder_control
|
||||
{
|
||||
private:
|
||||
std::string history_;
|
||||
|
||||
public:
|
||||
tbuilder_text_box(const config& cfg);
|
||||
explicit tbuilder_text_box(const config& cfg);
|
||||
|
||||
twidget* build () const;
|
||||
|
||||
private:
|
||||
std::string history_;
|
||||
};
|
||||
|
||||
|
||||
@ -39,4 +40,3 @@ public:
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user