diff options
Diffstat (limited to 'src/resources/soundinfo.h')
-rw-r--r-- | src/resources/soundinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/soundinfo.h b/src/resources/soundinfo.h index 51fed06bf..82b4138de 100644 --- a/src/resources/soundinfo.h +++ b/src/resources/soundinfo.h @@ -45,7 +45,7 @@ struct SoundInfo final int delay; }; -typedef std::vector<SoundInfo> SoundInfoVect; +typedef STD_VECTOR<SoundInfo> SoundInfoVect; typedef std::map<ItemSoundEvent::Type, SoundInfoVect*> ItemSoundEvents; #endif // RESOURCES_SOUNDINFO_H |