summaryrefslogtreecommitdiff
path: root/modules/printbackends/cups/gtkprintercups.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/printbackends/cups/gtkprintercups.c')
-rw-r--r--modules/printbackends/cups/gtkprintercups.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/printbackends/cups/gtkprintercups.c b/modules/printbackends/cups/gtkprintercups.c
index ddf4d1d8a5..09818c3505 100644
--- a/modules/printbackends/cups/gtkprintercups.c
+++ b/modules/printbackends/cups/gtkprintercups.c
@@ -30,7 +30,7 @@ static GType gtk_printer_cups_type = 0;
void
gtk_printer_cups_register_type (GTypeModule *module)
{
- static const GTypeInfo object_info =
+ const GTypeInfo object_info =
{
sizeof (GtkPrinterCupsClass),
(GBaseInitFunc) NULL,