【发布时间】:2008-12-14 02:06:47
【问题描述】:
为什么
switch ([document currentTool]) {
case DrawLine:
NSBezierPath * testPath = [[NSBezierPath alloc]init];
//...rest of code that uses testPath....
结果
error:syntax error before "*" token
测试路径?
【问题讨论】:
标签: objective-c