aboutsummaryrefslogtreecommitdiffstats
path: root/libowl
diff options
context:
space:
mode:
Diffstat (limited to 'libowl')
-rw-r--r--libowl/owlcolourselectordialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libowl/owlcolourselectordialog.c b/libowl/owlcolourselectordialog.c
index f5582eb..75cb130 100644
--- a/libowl/owlcolourselectordialog.c
+++ b/libowl/owlcolourselectordialog.c
@@ -248,7 +248,7 @@ owl_colour_selector_dialog_init (OwlColourSelectorDialog *self)
OwlColourSelectorDialogPrivate *priv = COLOUR_SELECTOR_DIALOG_PRIVATE (self);
palette = owl_colour_palette_new (6, 4);
- owl_colour_palette_set_colours (OWL_COLOUR_PALETTE (palette), colours, 24);
+ owl_colour_palette_set_colours (OWL_COLOUR_PALETTE (palette), (guint32 *)colours, 24);
g_signal_connect (palette, "colour-selected", (GCallback)colour_selected_cb, self);
frame = gtk_frame_new (NULL);