psppire-dialog-action: Fix compilation error.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 3 Jan 2016 04:18:29 +0000 (20:18 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 3 Jan 2016 04:18:40 +0000 (20:18 -0800)
src/ui/gui/psppire-dialog-action.c

index 6bd1645460c876d9251b75648de54198fbf84c0e..32cfcc702d57b54257290b1a220788dffda26a47 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPPIRE - a graphical user interface for PSPP.
-   Copyright (C) 2012  Free Software Foundation
+   Copyright (C) 2012, 2016  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
@@ -243,6 +243,6 @@ psppire_dialog_action_set_refresh (PsppireDialogAction *pda,
 void 
 psppire_dialog_action_set_activation (gpointer class, activation activate)
 {
-  GTK_ACTION_CLASS (class)->activate = activate;
+  GTK_ACTION_CLASS (class)->activate = (void (*)(GtkAction *)) activate;
 }