diff libpurple/conversation.h @ 32434:e5e81ce9c564

These pointers should rather be marked const.
author andrew.victor@mxit.com
date Fri, 26 Aug 2011 21:25:25 +0000
parents c0a423e7fea4
children ac6353ffa129 968a51c4fa9d
line wrap: on
line diff
--- a/libpurple/conversation.h	Fri Aug 26 21:21:45 2011 +0000
+++ b/libpurple/conversation.h	Fri Aug 26 21:25:25 2011 +0000
@@ -819,7 +819,7 @@
  *         convenience field provided to the UIs--it is not
  *         used by the libpurple core.
  */
-gpointer purple_conversation_get_ui_data(PurpleConversation *conv);
+gpointer purple_conversation_get_ui_data(const PurpleConversation *conv);
 
 /*@}*/