You're tripping over a forward declaration of a type here. A complete type is defined using (for example) class MyTypeName {...}; .
確定! 回上一頁