From 6066cc3c9b9615eff614eabec796fe77c8915597 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 13 Mar 2018 14:17:17 +0800 Subject: fixes typo --- src/ZYConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ZYConfig.h b/src/ZYConfig.h index 6a7218d..5051063 100644 --- a/src/ZYConfig.h +++ b/src/ZYConfig.h @@ -73,7 +73,7 @@ private: Config *self); protected: - GSettings * m_settings; + GSettings *m_settings; std::string m_schema_id; zhuyin_option_t m_option; -- cgit