mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 04:22:27 +00:00
Fix a warning; stuff following an #endif
Original commit message from CVS: Fix a warning; stuff following an #endif
This commit is contained in:
parent
0f80b72e38
commit
fff0c87af8
1 changed files with 1 additions and 1 deletions
|
@ -582,7 +582,7 @@ struct _GstSignalObjectClass {
|
|||
/* signals */
|
||||
#ifndef GST_DISABLE_LOADSAVE
|
||||
void (*object_loaded) (GstSignalObject *object, GstObject *new, xmlNodePtr self);
|
||||
#endif GST_DISABLE_LOADSAVE
|
||||
#endif /* GST_DISABLE_LOADSAVE */
|
||||
};
|
||||
|
||||
static GType
|
||||
|
|
Loading…
Reference in a new issue