summaryrefslogtreecommitdiff
path: root/editors/gobby/files/patch-inc__preferencesdialog.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'editors/gobby/files/patch-inc__preferencesdialog.hpp')
-rw-r--r--editors/gobby/files/patch-inc__preferencesdialog.hpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/gobby/files/patch-inc__preferencesdialog.hpp b/editors/gobby/files/patch-inc__preferencesdialog.hpp
new file mode 100644
index 000000000000..6cdaa6680e47
--- /dev/null
+++ b/editors/gobby/files/patch-inc__preferencesdialog.hpp
@@ -0,0 +1,11 @@
+--- ./inc/preferencesdialog.hpp.orig 2012-01-30 01:27:51.000000000 +0100
++++ ./inc/preferencesdialog.hpp 2014-07-24 13:12:17.000000000 +0200
+@@ -198,7 +198,7 @@
+ protected:
+ struct LangCompare
+ {
+- bool operator()(GtkSourceLanguage* first, GtkSourceLanguage* second)
++ bool operator()(const GtkSourceLanguage* first, const GtkSourceLanguage* second) const
+ {
+ return first < second;
+ }