From eda0d6ed0dc84066c9dc228caed1c35fe6214647 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Thu, 6 May 2021 22:09:24 +0200 Subject: [PATCH] cc_frm_icons.h: move initMaxHeight() to protected section Usable in sub classes. Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/538801b0179751a3e8e8a14130b9ccf74c73b47b Author: Thilo Graf Date: 2021-05-06 (Thu, 06 May 2021) --- src/gui/components/cc_frm_icons.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/components/cc_frm_icons.h b/src/gui/components/cc_frm_icons.h index b0a10d536..ea47ba7ae 100644 --- a/src/gui/components/cc_frm_icons.h +++ b/src/gui/components/cc_frm_icons.h @@ -30,9 +30,9 @@ class CComponentsIconForm : public CComponentsFrmChain { private: std::vector v_icons; - void initMaxHeight(int *pheight); protected: + void initMaxHeight(int *pheight); void initVarIconForm( const int &x_pos, const int &y_pos, const int &w, const int &h, const std::vector &v_icon_names, CComponentsForm* parent,