diff --git a/public/datacache/imdlcache.h b/public/datacache/imdlcache.h index 2d5d5c12..5be2ac3d 100644 --- a/public/datacache/imdlcache.h +++ b/public/datacache/imdlcache.h @@ -227,7 +227,7 @@ public: virtual void DumpDictionaryState() = 0; virtual MDLHandle_t CreateCombinedModel(char const* name) = 0; virtual bool CreateCombinedModel(MDLHandle_t handle) = 0; - virtual bool SetCombineModels(MDLHandle_t handle, CUtlVector> const& unk2) = 0; + virtual bool SetCombineModels(MDLHandle_t handle, CUtlVector const& unk2) = 0; virtual bool FinishCombinedModel(MDLHandle_t handle, void* unk2, void* unk3) = 0; virtual bool IsCombinedPlaceholder(MDLHandle_t handle) = 0; virtual bool IsCombinedModel(MDLHandle_t handle) = 0;