summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2014-09-23 15:43:38 +0800
committerPeng Wu <alexepico@gmail.com>2014-09-23 15:43:38 +0800
commit7fc48a9c22074726e7250e756e7af69f6a6691d5 (patch)
treee043c7f4d960671179366d831ed6e73d2dc49774
parent50311137a8d945a6681c4028e6098ad4097a34d4 (diff)
downloadibus-libzhuyin-7fc48a9c22074726e7250e756e7af69f6a6691d5.tar.gz
ibus-libzhuyin-7fc48a9c22074726e7250e756e7af69f6a6691d5.tar.xz
ibus-libzhuyin-7fc48a9c22074726e7250e756e7af69f6a6691d5.zip
fixes compile
-rw-r--r--src/Makefile.am2
-rw-r--r--src/ZYZUserSymbolShownSection.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 5c987f5..b6590f7 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -45,6 +45,7 @@ ibus_engine_libzhuyin_c_sources = \
ZYZPhoneticSection.cc \
ZYZBopomofoSymbolSection.cc \
ZYZUserSymbolListAllSection.cc \
+ ZYZUserSymbolShownSection.cc \
ZYFallbackEditor.cc \
ZYEngine.cc \
ZYZZhuyinEngine.cc \
@@ -73,6 +74,7 @@ ibus_engine_libzhuyin_h_sources = \
ZYZPhoneticSection.h \
ZYZBopomofoSymbolSection.h \
ZYZUserSymbolListAllSection.h \
+ ZYZUserSymbolShownSection.h \
ZYPointer.h \
ZYProperty.h \
ZYRawEditor.h \
diff --git a/src/ZYZUserSymbolShownSection.h b/src/ZYZUserSymbolShownSection.h
index ee0f686..ee9bca9 100644
--- a/src/ZYZUserSymbolShownSection.h
+++ b/src/ZYZUserSymbolShownSection.h
@@ -45,7 +45,7 @@ public:
protected:
std::vector<String> m_candidates;
-}
+};
};