diff options
author | Sofian Brabez <sbz@FreeBSD.org> | 2014-07-24 14:40:59 +0000 |
---|---|---|
committer | Sofian Brabez <sbz@FreeBSD.org> | 2014-07-24 14:40:59 +0000 |
commit | 10bba6a8155577db53afdb53d068b5507fe79d3f (patch) | |
tree | 9df59e17bc0aef0bdabdadd3749df65ed8e12bc9 /editors/gobby/files/patch-inc__preferencesdialog.hpp | |
parent | - Update to bzr snapshot revision 117564 (diff) |
- Fix build with clang
Reported by: pkg-fallout
Diffstat (limited to 'editors/gobby/files/patch-inc__preferencesdialog.hpp')
-rw-r--r-- | editors/gobby/files/patch-inc__preferencesdialog.hpp | 11 |
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; + } |