On 03/29/2010 11:31 PM, [email protected] wrote:
Author: rgheck
Date: Mon Mar 29 23:31:17 2010
New Revision: 33934
URL: http://www.lyx.org/trac/changeset/33934

Log:
Make these const, too. I mean, why not?

Why not making the methods const too then?

-Messages&  getMessages(string const&  language)
+Messages const&  getMessages(string const&  language)

Should be:

+Messages const &  getMessages(string const &  language) const

Don't miss the spaces ;-)

Abdel.

Reply via email to