Switch to unified view

a/GUI/prefs/confgui.cpp b/GUI/prefs/confgui.cpp
...
...
238
    }
238
    }
239
    if (s.find_first_of("yYtT") == 0)
239
    if (s.find_first_of("yYtT") == 0)
240
    return true;
240
    return true;
241
    return false;
241
    return false;
242
}
242
}
243
244
template <class T> bool stringToStrings(const string& s, T &tokens, 
245
                                        const string& addseps = "");
246
243
247
template <class T> bool stringToStrings(const string &s, T &tokens, 
244
template <class T> bool stringToStrings(const string &s, T &tokens, 
248
                                        const string& addseps)
245
                                        const string& addseps)
249
{
246
{
250
    string current;
247
    string current;