CTypedPtrList<CObList,CLine*>  lineList;
为什么VC报错:
c:\程序\scribble\scribbledoc.h(50) : error C2143: syntax error : missing ';' before '<'
c:\程序\scribble\scribbledoc.h(50) : error C2501: 'CTypedPtrList' : missing storage-class or type specifiers
c:\程序\scribble\scribbledoc.h(50) : error C2059: syntax error : '<'
c:\程序\scribble\scribbledoc.h(50) : error C2238: unexpected token(s) preceding ';'
Error executing cl.exe.scribble.exe - 4 error(s), 0 warning(s)