From 44e02e51e3679416133de510c2870e122b5995f8 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Fri, 19 Nov 2021 15:48:48 +0100 Subject: [PATCH] Remove excessive semicolon --- EventMonitor/Frame.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EventMonitor/Frame.h b/EventMonitor/Frame.h index 0688364..f4333f5 100644 --- a/EventMonitor/Frame.h +++ b/EventMonitor/Frame.h @@ -21,7 +21,7 @@ class wxEventMonitorFrame; class wxPersistentEventMonitorFrame; -#pragma once; +#pragma once #include "LogPanel.h"