mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix Mac gcc warning.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25609 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
9055871c15
commit
a9ed4635be
@ -233,7 +233,7 @@ Messages & LyX::messages(string const & language)
|
||||
|
||||
void setRcGuiLanguage()
|
||||
{
|
||||
LASSERT(singleton_, "");
|
||||
LASSERT(singleton_, /**/);
|
||||
if (lyxrc.gui_language == "auto")
|
||||
return;
|
||||
Language const * language = languages.getLanguage(lyxrc.gui_language);
|
||||
|
Loading…
Reference in New Issue
Block a user