color.h widget_coloredit.h r353 r353 ok r354 r354 crash r353 r354 ok color.h change from 353 - only this: -#include +#include ok +#include + mutable String hex_; crash -#include +#include + mutable std::string hex_; crash + mutable char hex_[20]; ok -#include +#include + mutable char hex_[20]; ok -#include +#include + mutable std::string foo; crash -#include +#include + std::string foo; crash -#include +#include + static std::string foo; ok