Code polishing no functional changes.

This commit is contained in:
Mark de Wever 2010-05-01 13:29:47 +00:00
parent be243809ba
commit 4f9916b59d
2 changed files with 8 additions and 8 deletions

View File

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