aboutsummaryrefslogtreecommitdiff
path: root/core/compressed_translation.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/compressed_translation.h')
-rw-r--r--core/compressed_translation.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/compressed_translation.h b/core/compressed_translation.h
index 218a59c05..cb1e08405 100644
--- a/core/compressed_translation.h
+++ b/core/compressed_translation.h
@@ -42,9 +42,9 @@ class PHashTranslation : public Translation {
//of catching untranslated strings
//load/store friendly types
- DVector<int> hash_table;
- DVector<int> bucket_table;
- DVector<uint8_t> strings;
+ PoolVector<int> hash_table;
+ PoolVector<int> bucket_table;
+ PoolVector<uint8_t> strings;
struct Bucket {