diff options
Diffstat (limited to 'src/Interface/RibbonController.cs')
-rw-r--r-- | src/Interface/RibbonController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Interface/RibbonController.cs b/src/Interface/RibbonController.cs index ef45cb0..6bbba3e 100644 --- a/src/Interface/RibbonController.cs +++ b/src/Interface/RibbonController.cs @@ -64,7 +64,7 @@ namespace RhSolutions.Interface { try { - AbstractTool tool; + ToolBase tool; switch (control.Id) { case "export": |