Hopefully fix duplicate symbol error I can't seem to reproduce

This commit is contained in:
Aloshi 2014-05-31 11:12:11 -05:00
parent 4e2c26ac6d
commit c376b2ad48

View file

@ -43,8 +43,8 @@ private:
auto font = Font::get(FONT_SIZE_MEDIUM); auto font = Font::get(FONT_SIZE_MEDIUM);
ComponentListRow row; ComponentListRow row;
static const char* CHECKED_PATH = ":/checkbox_checked.svg"; const char* CHECKED_PATH = ":/checkbox_checked.svg";
static const char* UNCHECKED_PATH = ":/checkbox_unchecked.svg"; const char* UNCHECKED_PATH = ":/checkbox_unchecked.svg";
// for select all/none // for select all/none
std::vector<ImageComponent*> checkboxes; std::vector<ImageComponent*> checkboxes;