Need to run our processing first if any changes will be caught by checking

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6360 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Charlie Groves
2010-12-10 01:55:04 +00:00
parent aee6ea100d
commit c215fb49fd
@@ -48,10 +48,10 @@ public class GenCPPStreamableTask extends GenTask
@Override
public void execute ()
{
super.execute();
for (Class<?> klass : _toProcess) {
processClass(null, klass);
}
super.execute();
}
@Override