validate: fix one more export

gst-validate-scenario.c:183:7: error: '_gst_validate_action_type' redeclared without dllimport attribute: previous dllimport ignore

This is also declared in gst-validate-internal.h
This commit is contained in:
Tim-Philipp Müller 2016-06-24 14:03:48 +01:00
parent 727eb3979a
commit c4091f82a9

View file

@ -40,8 +40,6 @@ G_BEGIN_DECLS
typedef struct _GstValidateScenarioPrivate GstValidateScenarioPrivate; typedef struct _GstValidateScenarioPrivate GstValidateScenarioPrivate;
typedef struct _GstValidateActionParameter GstValidateActionParameter; typedef struct _GstValidateActionParameter GstValidateActionParameter;
GST_EXPORT GType _gst_validate_action_type;
typedef enum typedef enum
{ {
GST_VALIDATE_EXECUTE_ACTION_ERROR, GST_VALIDATE_EXECUTE_ACTION_ERROR,