Hi!
I resend this message since it didn't show up in the archive for 16h.
While browsing the sources, trying to understand the inner workings of LyX, I stumbled over this piece of code:
/// return the toolbar for this view Toolbars & getToolbars() { return *toolbars_.get(); } /// Toolbars const & getToolbasr() const { return *toolbars_.get(); } ^^^^
That's a typo, right? But not a bug since the two function bodies are equivalent? What's the advantage of having both functions?
/Andreas