Correct default initializer for array of enums.
This commit is contained in:
@@ -267,8 +267,7 @@ private:
|
||||
void appendEnumInitializer( std::string & str,
|
||||
TypeData const & type,
|
||||
std::vector<std::string> const & arraySizes,
|
||||
std::vector<EnumValueData> const & values,
|
||||
bool argument ) const;
|
||||
std::vector<EnumValueData> const & values ) const;
|
||||
void appendEnumToString( std::string & str, std::pair<std::string, EnumData> const & enumData ) const;
|
||||
void appendFunction( std::string & str,
|
||||
std::string const & indentation,
|
||||
|
||||
Reference in New Issue
Block a user