Make AtspiEventListenerCb not call for a const datum
[platform/upstream/at-spi2-core.git] / atspi / atspi-event-listener.h
index 99f3ca1..12d3c58 100644 (file)
@@ -42,7 +42,7 @@ GType atspi_event_get_type (void);
  * A function prototype for callbacks via which clients are notified of AT-SPI events.
  * 
  **/
-typedef void       (*AtspiEventListenerCB)     (const AtspiEvent     *event,
+typedef void       (*AtspiEventListenerCB)     (AtspiEvent     *event,
                                                     void                      *user_data);
 
 /**