[LyX/master] Fix bug #11635

Richard Kimberly Heck rikiheck at lyx.org
Fri Apr 17 01:05:19 UTC 2020


On 4/16/20 5:30 PM, Jean-Marc Lasgouttes wrote:
> Le 16/04/2020 à 22:56, Richard Kimberly Heck a écrit :
>>   bool LyXComm::loadFilesInOtherInstance()
>>   {
>> +    if (theFilesToLoad().size() == 0)
>> +        return true;
>> +
>
>
> The following seems nicer to me:
>     if (theFilesToLoad().empty())
>         return true;

Yes, of course.

Riki




More information about the lyx-cvs mailing list