diff --git a/ApplicationView/ApplicationController.cs b/ApplicationView/ApplicationController.cs index fa1ba582b..6b8c35155 100644 --- a/ApplicationView/ApplicationController.cs +++ b/ApplicationView/ApplicationController.cs @@ -132,7 +132,7 @@ namespace MatterHackers.MatterControl } } - public void LoadGCode(string filePath, ReportProgressRatio progressReporter) + public void LoadGCode(string filePath, ReportProgressRatio<(double,string)> progressReporter) { this.LoadedGCode = GCodeMemoryFile.Load(filePath, progressReporter); this.GCodeRenderer = new GCodeRenderer(loadedGCode);