From 61e09c344cdd351cd6fa220ae4f31d39a1318f90 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sun, 27 Oct 2019 16:24:47 +0100 Subject: [PATCH] cc_frm_footer: remove inline for enableButtonFrameColor() inline already default in header file --- src/gui/components/cc_frm_footer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/components/cc_frm_footer.h b/src/gui/components/cc_frm_footer.h index 43684a5bf..f99f8c9ac 100644 --- a/src/gui/components/cc_frm_footer.h +++ b/src/gui/components/cc_frm_footer.h @@ -90,7 +90,7 @@ class CComponentsFooter : public CComponentsHeader, public CCButtonSelect void setButtonLabels(const std::vector &v_content, const int& chain_width, const int& label_width); ///enable/disable button frame in icon color, predefined for red, green, yellow and blue - inline void enableButtonFrameColor(bool enable = true){btn_auto_frame_col = enable;} + void enableButtonFrameColor(bool enable = true){btn_auto_frame_col = enable;} ///add button labels with old label type, count as size_t, chain_width as int, label width as int ///NOTE: for compatibility with older button handler find in gui/widget/buttons.h, if possible, don't use this