From 7fc48a9c22074726e7250e756e7af69f6a6691d5 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 23 Sep 2014 15:43:38 +0800 Subject: fixes compile --- src/Makefile.am | 2 ++ src/ZYZUserSymbolShownSection.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 m_candidates; -} +}; }; -- cgit