GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Wiki
tamra
/
scim-wnn
Browse code
知らないうちに打っていたらしいスペースを除去。
master
1 parent
6fbeab9
commit
de63187812b5d80497f94f3f681b93f950cacce1
tamra
authored
on 13 Dec 2004
Patch
Unified
Split
Showing
1 changed file
+1
-1
■
■
■■■
scim-wnn/src/scim_wnn_imengine.cpp
Ignore Space
Show notes
View
2
■
■
■■■
scim-wnn/src/scim_wnn_imengine.cpp
m_preeditor
=
preeditors
.
at
(
0
);
init
();
}
WnnInstance
::~
WnnInstance
()
WnnInstance
::~
WnnInstance
()
{
for
(
unsigned
int
i
=
0
;
i
<
preeditors
.
size
();
i
++)
{
delete
(
preeditors
.
at
(
i
));
}
Show line notes below