From 137155d3dc5b683f36f528fcca2a74054ca305f8 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sun, 28 Mar 2021 21:34:27 -0700 Subject: [PATCH] Forgot summary comment --- MPF/UserControls/LogOutput.xaml.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MPF/UserControls/LogOutput.xaml.cs b/MPF/UserControls/LogOutput.xaml.cs index 4ca3d8df..a4084352 100644 --- a/MPF/UserControls/LogOutput.xaml.cs +++ b/MPF/UserControls/LogOutput.xaml.cs @@ -224,6 +224,9 @@ namespace MPF.UserControls #region Logging + /// + /// Log line wrapper + /// private struct LogLine { public readonly string Text;