mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-14 00:51:54 +00:00
Code polishing no functional changes.
This commit is contained in:
parent
be243809ba
commit
4f9916b59d
@ -44,8 +44,8 @@ twidget* tbuilder_text_box::build() const
|
||||
}
|
||||
|
||||
DBG_GUI_G << "Window builder: placed text box '"
|
||||
<< id << "' with defintion '"
|
||||
<< definition << "'.\n";
|
||||
<< id << "' with defintion '"
|
||||
<< definition << "'.\n";
|
||||
|
||||
return widget;
|
||||
}
|
||||
|
@ -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