From 78b50dbeb7cfd97e2d3c1cf4eff1e65f286e3418 Mon Sep 17 00:00:00 2001 From: Vern Paxson Date: Fri, 9 Aug 2024 16:06:53 -0700 Subject: [PATCH] make types consistent --- src/script_opt/CPP/RuntimeInits.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script_opt/CPP/RuntimeInits.h b/src/script_opt/CPP/RuntimeInits.h index b10373c68e..1c37067f00 100644 --- a/src/script_opt/CPP/RuntimeInits.h +++ b/src/script_opt/CPP/RuntimeInits.h @@ -259,7 +259,7 @@ protected: // on subclasses of TypePtr. class CPP_TypeInits : public CPP_IndexedInits { public: - CPP_TypeInits(std::vector& _inits_vec, int _offsets_set, std::vector> _inits) + CPP_TypeInits(std::vector& _inits_vec, int _offsets_set, std::vector _inits) : CPP_IndexedInits(_inits_vec, _offsets_set, _inits) {} protected: