From 7a3bf74a83f98967e884c787cffd240695df7583 Mon Sep 17 00:00:00 2001 From: Brian Fiete Date: Tue, 1 Dec 2020 14:23:54 -0800 Subject: [PATCH] Public fix --- BeefTools/LogViewer/src/LVApp.bf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BeefTools/LogViewer/src/LVApp.bf b/BeefTools/LogViewer/src/LVApp.bf index 048ff695..cbf80e79 100644 --- a/BeefTools/LogViewer/src/LVApp.bf +++ b/BeefTools/LogViewer/src/LVApp.bf @@ -104,6 +104,6 @@ namespace LogViewer static { - static LVApp gApp; + public static LVApp gApp; } }