diff options
Diffstat (limited to 'src/attributes.cpp')
| -rw-r--r-- | src/attributes.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 <glib.h> // g_assert() #include "attributes.h" -typedef struct { +struct SPStyleProp { gint code; gchar const *name; -} SPStyleProp; +}; /** * Lookup dictionary for attributes/properties. |
