prevent a xcode warning.

i'm not 100% sure wether this fixes it, but it is a small change and can easily be undone.
This commit is contained in:
gfgtdf 2013-11-29 18:42:33 +01:00
parent c313cdefa4
commit 0093617b27

View file

@ -29,6 +29,8 @@ struct tbuilder_button
public:
explicit tbuilder_button(const config& cfg);
using tbuilder_control::build;
twidget* build () const;
private: