blob: d80f654b6f67235b28ca2dd8adecbd7718c357d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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);
}
|