From af7e9ecd1fdd9a3499da7fc2721c4e4a74d8542f Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Tue, 19 Jun 2018 17:11:19 +0200 Subject: Replace typedef struct with struct in POD type declarations. --- src/attributes.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/attributes.cpp') diff --git a/src/attributes.cpp b/src/attributes.cpp index 0c16916f9..b2c676e88 100644 --- a/src/attributes.cpp +++ b/src/attributes.cpp @@ -15,10 +15,10 @@ #include // g_assert() #include "attributes.h" -typedef struct { +struct SPStyleProp { gint code; gchar const *name; -} SPStyleProp; +}; /** * Lookup dictionary for attributes/properties. -- cgit v1.2.3