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; } }