app/tool.h
@@ -70,6 +70,13 @@ ofs.close(); } static void saveText(string path, string text) { ofstream ofs; ofs.open(path, ios::trunc); ofs << text; ofs.close(); } static list<string> getSettings(string path) { list<string> mList; try {