Converted roc-dialog to a PsppireDialogAction object
[pspp-builds.git] / src / ui / gui / widgets.c
index da5935cb7b7c528d77ce87b7efc93749ae4d60b3..9d97dd3e678fdb97ed2590afc6b80891499630b5 100644 (file)
@@ -16,6 +16,7 @@
 #include "psppire-dialog-action-correlation.h"
 #include "psppire-dialog-action-descriptives.h"
 #include "psppire-dialog-action-kmeans.h"
+#include "psppire-dialog-action-roc.h"
 #include "psppire-dialog-action-var-info.h"
 
 
@@ -39,4 +40,5 @@ preregister_widgets (void)
   psppire_dialog_action_descriptives_get_type ();
   psppire_dialog_action_kmeans_get_type ();
   psppire_dialog_action_var_info_get_type ();
+  psppire_dialog_action_roc_get_type ();
 }