Fix another typo

This commit is contained in:
Matthias Clasen 2010-12-21 18:06:54 -05:00
parent 8ad1c959ef
commit 3e9dc75768

View File

@ -104,7 +104,7 @@ struct _GdkDragContextClass {
/* Drag and Drop */
GType gdk_drag_context_get_type (void) G_GNUC_CONST;
#if !defined (GDK_DISABLE_DEPRECATED) || defined (GDK_COMPILATION
#if !defined (GDK_DISABLE_DEPRECATED) || defined (GDK_COMPILATION)
GdkDragContext * gdk_drag_context_new (void);
#endif