Switch to side-by-side view
--- a/src/aspell/rclaspell.h +++ b/src/aspell/rclaspell.h @@ -41,7 +41,7 @@ class Aspell { public: - Aspell(RclConfig *cnf); + Aspell(const RclConfig *cnf); ~Aspell(); /** Check health */ @@ -68,7 +68,7 @@ private: std::string dicPath(); - RclConfig *m_config; + const RclConfig *m_config; std::string m_lang; AspellData *m_data;