From e1d75941e03783f920c7bbeed53419d0a3a1e712 Mon Sep 17 00:00:00 2001 From: Aloshi Date: Sat, 31 May 2014 14:20:14 -0500 Subject: [PATCH] Ok, really fix that error for really real. Probably. --- src/components/OptionListComponent.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/OptionListComponent.h b/src/components/OptionListComponent.h index df19cafe7..59c46c96d 100644 --- a/src/components/OptionListComponent.h +++ b/src/components/OptionListComponent.h @@ -19,6 +19,9 @@ // always // * press a -> open full list +#define CHECKED_PATH ":/checkbox_checked.svg" +#define UNCHECKED_PATH ":/checkbox_unchecked.svg" + template 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 checkboxes;