mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2026-01-17 16:00:26 +03:00
tidy: "ue2::flat_set/map" -> "flat_set/map"
This commit is contained in:
committed by
Matthew Barr
parent
9cf66b6ac9
commit
33823d60d1
@@ -335,7 +335,7 @@ struct DAccelScheme {
|
||||
return false;
|
||||
}
|
||||
|
||||
ue2::flat_set<std::pair<u8, u8> > double_byte;
|
||||
flat_set<pair<u8, u8>> double_byte;
|
||||
CharReach double_cr;
|
||||
u32 double_offset = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user