--- libgig/trunk/src/Serialization.h 2017/05/10 21:36:43 3172 +++ libgig/trunk/src/Serialization.h 2017/05/10 23:07:28 3173 @@ -242,7 +242,7 @@ bool operator>(const DataType& other) const; String asLongDescr() const; String baseTypeName() const { return m_baseTypeName; } - String customTypeName() const { return m_customTypeName; } + String customTypeName(bool demangle = false) const; template static DataType dataTypeOf(const T& data) {