15 Apr
2010
15 Apr
'10
2:05 a.m.
Need to fix the step() method in the example plugin and check back into repository. (line 479): CURRENTLY if(!proceed(_model->getStep(s))) return(0); SHOULD BE if(!proceed(stepNumber)) return(0); Then the example plugin compiles and executes. Tim