Removed a warning.
authorWim Taymans <wim.taymans@gmail.com>
Wed, 6 Jun 2001 19:15:10 +0000 (19:15 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Wed, 6 Jun 2001 19:15:10 +0000 (19:15 +0000)
Original commit message from CVS:
Removed a warning.

gst/gstelement.c

index f7a16ff..52775ad 100644 (file)
@@ -59,6 +59,7 @@ static void                   gst_element_real_destroy        (GtkObject *object);
 
 static GstElementStateReturn   gst_element_change_state        (GstElement *element);
 
+GstElement*                    gst_element_restore_thyself     (xmlNodePtr self, GstObject *parent);
 static xmlNodePtr              gst_element_save_thyself        (GstObject *object, xmlNodePtr parent);
 
 static GstObjectClass *parent_class = NULL;