You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-i18n/scim-sayura/files/scim-sayura-0.3.3-gcc45.patch

16 lines
353 B

Fixing build with gcc 4.5
http://bugs.gentoo.org/show_bug.cgi?id=320879
--- a/src/scim_sinhala_imengine.cpp
+++ b/src/scim_sinhala_imengine.cpp
@@ -233,7 +233,7 @@
void SinhalaInstance::backspace()
{
- KeyEvent e = scim::KeyEvent::KeyEvent(SCIM_KEY_BackSpace, 0);
+ KeyEvent e = scim::KeyEvent(SCIM_KEY_BackSpace, 0);
forward_key_event(e);
}