From 369e4e44a04bc1b09df87ea40ffcc792dc8be4b6 Mon Sep 17 00:00:00 2001 From: Stefan Devai Date: Mon, 21 Nov 2022 16:38:41 +0100 Subject: [PATCH] Remove warning about class and struct mismatch --- include/MyGAL/Event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/MyGAL/Event.h b/include/MyGAL/Event.h index 2af4067..8b2610e 100644 --- a/include/MyGAL/Event.h +++ b/include/MyGAL/Event.h @@ -28,7 +28,7 @@ namespace mygal { template -class Arc; +struct Arc; template class Event