From ca47896204482bf4a6979e3838bf7f09f61cebeb Mon Sep 17 00:00:00 2001 From: giy <giy@omp-system.ru> Date: Fri, 02 Sep 2022 14:16:56 +0300 Subject: [PATCH] Обновление до версии 2.9.0 --- QtVsTools.Core/LinkerToolWrapper.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/QtVsTools.Core/LinkerToolWrapper.cs b/QtVsTools.Core/LinkerToolWrapper.cs index cc57a34..7db3506 100644 --- a/QtVsTools.Core/LinkerToolWrapper.cs +++ b/QtVsTools.Core/LinkerToolWrapper.cs @@ -26,11 +26,11 @@ ** ****************************************************************************/ -using Microsoft.VisualStudio.VCProjectEngine; using System; using System.Collections.Generic; using System.IO; using System.Text.RegularExpressions; +using Microsoft.VisualStudio.VCProjectEngine; namespace QtVsTools.Core { @@ -39,7 +39,7 @@ /// </summary> public class LinkerToolWrapper { - private VCLinkerTool linker; + private readonly VCLinkerTool linker; public LinkerToolWrapper(VCLinkerTool linkerTool) { -- Gitblit v1.9.1