cc_frm_icons.h: move initMaxHeight() to protected section

Usable in sub classes.


Origin commit data
------------------
Commit: 538801b017
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-05-06 (Thu, 06 May 2021)
This commit is contained in:
2021-05-06 22:09:24 +02:00
committed by vanhofen
parent f4621f28d4
commit eda0d6ed0d

View File

@@ -30,9 +30,9 @@ class CComponentsIconForm : public CComponentsFrmChain
{
private:
std::vector<std::string> 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<std::string> &v_icon_names,
CComponentsForm* parent,