diff --git a/src/gui/components/cc_types.h b/src/gui/components/cc_types.h index 5555f6946..738d655e8 100644 --- a/src/gui/components/cc_types.h +++ b/src/gui/components/cc_types.h @@ -32,6 +32,7 @@ #include #include #include +#include struct gradientData_t; class Font; @@ -206,6 +207,7 @@ typedef struct button_label_cc fb_pixel_t text_color; fb_pixel_t text_sel_color; uint32_t sort_id; + sigc::slot btn_slot; //defaults button_label_cc(): button(NULL), text(std::string()),