diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/smallvec_type.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/smallvec_type.hpp b/src/core/smallvec_type.hpp index 69625a2e0..ae3a827a7 100644 --- a/src/core/smallvec_type.hpp +++ b/src/core/smallvec_type.hpp @@ -267,4 +267,6 @@ public: } }; +typedef AutoFreeSmallVector<char*, 4> StringList; + #endif /* SMALLVEC_TYPE_HPP */ |