summaryrefslogtreecommitdiff
path: root/src/core/smallvec_type.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/smallvec_type.hpp')
-rw-r--r--src/core/smallvec_type.hpp2
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 */