Add traits to BitSet64, not 32.

Change-Id: I3d41bbe47f5b02c610f69fc7824e416436d086b1
This commit is contained in:
Michael Wright 2014-03-18 17:45:37 -07:00
parent bab6ea0bb7
commit 74e2538b48
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ struct BitSet64 {
}
};
ANDROID_BASIC_TYPES_TRAITS(BitSet32)
ANDROID_BASIC_TYPES_TRAITS(BitSet64)
} // namespace android