ThirdParty/CicmWrapper/Sources/eclass.h is missing a line for the macro "CLASS_ATTR_FONT" starting at line 313. After the #else clause the line ``` #define CLASS_ATTR_FONT(c,name,flags,struct,member) ``` should be added. This fixes compilation for Linux (Ubuntu 15.04)
ThirdParty/CicmWrapper/Sources/eclass.h is missing a line for the macro "CLASS_ATTR_FONT" starting at line 313. After the #else clause the line
should be added. This fixes compilation for Linux (Ubuntu 15.04)