tidy: "ue2::flat_set/map" -> "flat_set/map"

This commit is contained in:
Justin Viiret
2017-07-19 11:20:39 +10:00
committed by Matthew Barr
parent 9cf66b6ac9
commit 33823d60d1
23 changed files with 65 additions and 70 deletions

View File

@@ -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;
};