"Jose' Matos" <[EMAIL PROTECTED]> writes: | std::vector<std::string, std::allocator<std::string> >&)': | lyx_gui.C:339: no matching function for call to `LyXFunc::dispatch(const | std::basic_string<char, std::char_traits<char>, std::allocator<char> >&)' | ../../../src/lyxfunc.h:46: candidates are: void LyXFunc::dispatch(const | FuncRequest&, bool = false) > | rh 9 if that matters. I picked it since I compile the 3 frontends.
Patch is welcome. fix is: dispatch(lyxaction.lookupFunc(str), bool); -- Lgb