Example did not build after renaming CheckBox

0.8
Bruno Van de Velde 2015-08-19 19:45:56 +02:00
parent 2efbd1ae1a
commit 302283d445
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ int main()
button->connect("pressed", [=](){ child->hide(); });
child->add(button);
tgui::Checkbox::Ptr checkbox = theme->load("checkbox");
tgui::CheckBox::Ptr checkbox = theme->load("checkbox");
checkbox->setPosition(420, 240);
checkbox->setText("Ok, I got it");
checkbox->setSize(25, 25);