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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user