summaryrefslogtreecommitdiff
path: root/gtk/gtkcssstyleprivate.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-01-31 09:35:41 +0100
committerMatthias Clasen <mclasen@redhat.com>2020-01-31 11:40:06 +0100
commit6104c1239231bb94f26dd8d895b2fb649e24f2b3 (patch)
treeaaadcd168146d1caf9f9c20ee597e7836e9e0aec /gtk/gtkcssstyleprivate.h
parent0c5ba00d5985a649d7d47e54ce4290f86a5fafe8 (diff)
downloadgtk+-6104c1239231bb94f26dd8d895b2fb649e24f2b3.tar.gz
Build fix for GtkCssValues
Diffstat (limited to 'gtk/gtkcssstyleprivate.h')
-rw-r--r--gtk/gtkcssstyleprivate.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkcssstyleprivate.h b/gtk/gtkcssstyleprivate.h
index 929d200f4b..2a0af9ce90 100644
--- a/gtk/gtkcssstyleprivate.h
+++ b/gtk/gtkcssstyleprivate.h
@@ -65,7 +65,6 @@ typedef struct _GtkCssOtherValues GtkCssOtherValues;
struct _GtkCssValues {
int ref_count;
GtkCssValuesType type;
- GtkCssValue *values[];
};
struct _GtkCssCoreValues {