psppire-dialog: Fix incompatible pointer type.
authorBen Pfaff <blp@cs.stanford.edu>
Fri, 6 Mar 2015 04:43:50 +0000 (20:43 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Fri, 6 Mar 2015 04:43:50 +0000 (20:43 -0800)
src/ui/gui/psppire-dialog.c

index 7369cbbf60c186ab3ddc51e796927f8f2123702a..37eaa1fb50234d0d95305277373eda2b1aec2a94 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPPIRE - a graphical user interface for PSPP.
-   Copyright (C) 2007, 2010, 2011, 2012  Free Software Foundation
+   Copyright (C) 2007, 2010, 2011, 2012, 2015  Free Software Foundation
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -73,7 +73,7 @@ psppire_dialog_get_type (void)
       static const GTypeInfo dialog_info =
       {
        sizeof (PsppireDialogClass),
-       psppire_dialog_base_init,
+       (GBaseInitFunc) psppire_dialog_base_init,
         NULL, /* base_finalize */
        (GClassInitFunc) psppire_dialog_class_init,
         NULL, /* class_finalize */