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