Make struct declaration consistent across header files
Clang complains that these struct
s and class
es must be declared symmetrically. So this fixes that.
Clang complains that these struct
s and class
es must be declared symmetrically. So this fixes that.