make types consistent

This commit is contained in:
Vern Paxson 2024-08-09 16:06:53 -07:00
parent dcc917a1bf
commit 78b50dbeb7

View file

@ -259,7 +259,7 @@ protected:
// on subclasses of TypePtr. // on subclasses of TypePtr.
class CPP_TypeInits : public CPP_IndexedInits<TypePtr> { class CPP_TypeInits : public CPP_IndexedInits<TypePtr> {
public: public:
CPP_TypeInits(std::vector<TypePtr>& _inits_vec, int _offsets_set, std::vector<std::vector<ValElemVec>> _inits) CPP_TypeInits(std::vector<TypePtr>& _inits_vec, int _offsets_set, std::vector<ValElemVecVec> _inits)
: CPP_IndexedInits<TypePtr>(_inits_vec, _offsets_set, _inits) {} : CPP_IndexedInits<TypePtr>(_inits_vec, _offsets_set, _inits) {}
protected: protected: