aboutsummaryrefslogtreecommitdiff
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, 0 insertions, 11 deletions
diff --git a/editors/gobby/files/patch-inc__preferencesdialog.hpp b/editors/gobby/files/patch-inc__preferencesdialog.hpp
deleted file mode 100644
index 6cdaa6680e47..000000000000
--- a/editors/gobby/files/patch-inc__preferencesdialog.hpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./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;
- }