summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2014-04-22 15:23:26 +0800
committerPeng Wu <alexepico@gmail.com>2014-04-22 15:23:26 +0800
commit8d553e0c189d65a935fd5169f06b3a2e0380b013 (patch)
tree2a981d3356fb4a634b6f610d3c92fed187b6d5f8
parent4c898f1bade4dff01c37b5d196f4ec2e2c014ecd (diff)
downloadibus-libpinyin-8d553e0c189d65a935fd5169f06b3a2e0380b013.tar.gz
ibus-libpinyin-8d553e0c189d65a935fd5169f06b3a2e0380b013.tar.xz
ibus-libpinyin-8d553e0c189d65a935fd5169f06b3a2e0380b013.zip
fixes a typo
-rw-r--r--src/PYPBopomofoEditor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PYPBopomofoEditor.h b/src/PYPBopomofoEditor.h
index 66d3e69..edf8491 100644
--- a/src/PYPBopomofoEditor.h
+++ b/src/PYPBopomofoEditor.h
@@ -33,7 +33,7 @@ class LibPinyinBopomofoEditor : public LibPinyinPhoneticEditor {
public:
LibPinyinBopomofoEditor (PinyinProperties & props, Config & config);
- ~LibPinyinBopomofoEditor (void);
+ virtual ~LibPinyinBopomofoEditor (void);
protected:
String bopomofo;