Place access modifiers before override
This commit is contained in:
parent
64090ab10c
commit
edaf2907bd
19 changed files with 18 additions and 20 deletions
|
|
@ -78,7 +78,7 @@ namespace MatterHackers.MatterControl.DesignTools.Operations
|
|||
}
|
||||
}
|
||||
|
||||
override public Task Rebuild()
|
||||
public override Task Rebuild()
|
||||
{
|
||||
this.DebugDepth("Rebuild");
|
||||
using (RebuildLock())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue