From dbee92cd817dd2760a8c406a042327977d30f2c7 Mon Sep 17 00:00:00 2001 From: Kelly Kinkade Date: Tue, 12 Sep 2023 22:01:58 -0500 Subject: [PATCH] `widget` is a `struct` not a `class` at least as far as df-structures is concerned... --- library/include/DataIdentity.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/include/DataIdentity.h b/library/include/DataIdentity.h index 4f275b854..ff15535d1 100644 --- a/library/include/DataIdentity.h +++ b/library/include/DataIdentity.h @@ -40,7 +40,7 @@ namespace std { }; namespace df { - class widget; + struct widget; } /*