blob: aec3a7fdf429670a2b9167a5f1d0ccd7f47bd0b4 [file] [log] [blame]
typedef union {
int mInt;
float mFloat;
void* mPointer;
} nsStyleUnion;