单项选择题

‏类ABC中定义了一个函数成员fun:void fun(){......}。编译器在编译时会将其函数头调整为()。

A.void fun(ABC *this )
B.void fun(ABC *const this )
C.void fun(ABC this )
D.不做调整