From 9f0a97ef9a88bed1923e62f1021987171797df84 Mon Sep 17 00:00:00 2001 From: Chris Cameron Date: Thu, 12 Oct 2017 10:47:17 -0400 Subject: [PATCH] Tidying --- ICD.Common.Utils/IO/IcdTextWriter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ICD.Common.Utils/IO/IcdTextWriter.cs b/ICD.Common.Utils/IO/IcdTextWriter.cs index 18aa606..ee78034 100644 --- a/ICD.Common.Utils/IO/IcdTextWriter.cs +++ b/ICD.Common.Utils/IO/IcdTextWriter.cs @@ -41,7 +41,7 @@ namespace ICD.Common.Utils.IO GC.SuppressFinalize(this); } - protected void Dispose(bool disposing) + private void Dispose(bool disposing) { if (m_Disposed) return;