diff options
Diffstat (limited to 'editors/gobby/patches/patch-inc_preferencesdialog.hpp')
-rw-r--r-- | editors/gobby/patches/patch-inc_preferencesdialog.hpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/gobby/patches/patch-inc_preferencesdialog.hpp b/editors/gobby/patches/patch-inc_preferencesdialog.hpp new file mode 100644 index 00000000000..a5063c6b86e --- /dev/null +++ b/editors/gobby/patches/patch-inc_preferencesdialog.hpp @@ -0,0 +1,13 @@ +$NetBSD: patch-inc_preferencesdialog.hpp,v 1.1 2013/04/30 22:18:21 joerg Exp $ + +--- inc/preferencesdialog.hpp.orig 2013-04-30 21:24:56.000000000 +0000 ++++ inc/preferencesdialog.hpp +@@ -198,7 +198,7 @@ public: + protected: + struct LangCompare + { +- bool operator()(GtkSourceLanguage* first, GtkSourceLanguage* second) ++ bool operator()(const GtkSourceLanguage* first, const GtkSourceLanguage* second) const + { + return first < second; + } |