patches/gobby-02-const.diff
author yippi
Mon, 27 Sep 2010 21:07:51 +0000
changeset 20108 51df67ca9307
parent 18110 93461edb1490
permissions -rw-r--r--
I had these modules listed as being owned by me, but they are really owned by wangke, correcting.

--- gobby-0.4.4.orig/inc/preferencesdialog.hpp	2007年  6月 15日 五 16:02:17
+++ gobby-0.4.4/inc/preferencesdialog.hpp	2007年  8月 17日 五 19:44:46
@@ -194,7 +194,7 @@
 	protected:
 		struct LangCompare
 		{
-			bool operator()(GtkSourceLanguage* first, GtkSourceLanguage* second)
+			bool operator()(const GtkSourceLanguage* first, const GtkSourceLanguage* second) const
 			{
 				return first < second;
 			}