Fix a compilation error for SubBitUnions,

--HG--
extra : convert_revision : aad9388afe81ba6541d0b18fa9777e6ffcfd871c
This commit is contained in:
Gabe Black 2007-07-18 16:11:16 -07:00
parent 3bd42af99e
commit d21c16fd37

View file

@ -288,7 +288,7 @@ namespace BitfieldBackend
{ return __data; } \
\
inline const __DataType operator = (const __DataType & _data) \
{ __data = _data; } \
{ return __data = _data;} \
} name;
//Regular bitfields