Ok, really fix that error for really real.

Probably.
This commit is contained in:
Aloshi 2014-05-31 14:20:14 -05:00
parent c376b2ad48
commit e1d75941e0

View file

@ -19,6 +19,9 @@
// always
// * press a -> open full list
#define CHECKED_PATH ":/checkbox_checked.svg"
#define UNCHECKED_PATH ":/checkbox_unchecked.svg"
template<typename T>
class OptionListComponent : public GuiComponent
{
@ -43,9 +46,6 @@ private:
auto font = Font::get(FONT_SIZE_MEDIUM);
ComponentListRow row;
const char* CHECKED_PATH = ":/checkbox_checked.svg";
const char* UNCHECKED_PATH = ":/checkbox_unchecked.svg";
// for select all/none
std::vector<ImageComponent*> checkboxes;