Switch to side-by-side view
--- a/src/aspell/rclaspell.cpp +++ b/src/aspell/rclaspell.cpp @@ -284,7 +284,7 @@ // We create the dictionary by executing the aspell command: // aspell --lang=[lang] create master [dictApath] ExecCmd aspell; - list<string> args; + vector<string> args; args.push_back(string("--lang=")+ m_lang); args.push_back("--encoding=utf-8"); args.push_back("create");