Fix breakage of referring to table_ in static func
Referencing data member table_ in static functions break certain platforms. Change it to refer to the declare type void** instead.
Showing
Please
register
or
sign in
to comment
Referencing data member table_ in static functions break certain platforms. Change it to refer to the declare type void** instead.