changeset 21392:2daec6b5bbca

PurpleConnectionErrorInfo.description should not be const.
author Will Thompson <will.thompson@collabora.co.uk>
date Sat, 03 Nov 2007 00:20:55 +0000
parents 4b1088076c50
children 6f3f3ed7bd7f
files libpurple/connection.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/connection.h	Fri Nov 02 19:36:34 2007 +0000
+++ b/libpurple/connection.h	Sat Nov 03 00:20:55 2007 +0000
@@ -132,7 +132,7 @@
 	/** The type of error. */
 	PurpleConnectionError type;
 	/** A localised, human-readable description of the error. */
-	const char *description;
+	char *description;
 } PurpleConnectionErrorInfo;
 
 #include <time.h>