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:
parent
c313cdefa4
commit
0093617b27
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ struct tbuilder_button
|
|||
public:
|
||||
explicit tbuilder_button(const config& cfg);
|
||||
|
||||
using tbuilder_control::build;
|
||||
|
||||
twidget* build () const;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Reference in a new issue