aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtkmathview/files/patch-src_engine_common_View.cc
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/gtkmathview/files/patch-src_engine_common_View.cc')
-rw-r--r--x11-toolkits/gtkmathview/files/patch-src_engine_common_View.cc15
1 files changed, 0 insertions, 15 deletions
diff --git a/x11-toolkits/gtkmathview/files/patch-src_engine_common_View.cc b/x11-toolkits/gtkmathview/files/patch-src_engine_common_View.cc
deleted file mode 100644
index 5798f6344b17..000000000000
--- a/x11-toolkits/gtkmathview/files/patch-src_engine_common_View.cc
+++ /dev/null
@@ -1,15 +0,0 @@
-View.cc:294:10: error: no viable conversion from returned value of type 'bool' to function return type 'SmartPtr<Element>'
- return false;
- ^~~~~
-
---- src/engine/common/View.cc.orig 2018-08-25 13:57:22 UTC
-+++ src/engine/common/View.cc
-@@ -291,7 +291,7 @@ View::getCharAt(const scaled& x, const scaled& y, Char
- }
- }
-
-- return false;
-+ return 0;
- }
-
- bool