Pavel Sanda wrote:
> hi,
> while trying to find out the cause of
> http://www.lyx.org/trac/ticket/6082
> 
> i see that WriteStream::locked_ is not set in the constructors.
> is implicit true or false?

from

class ModeSpecifier                                                          
{                                                                            
public:                                                                      
        ///                                                                  
        explicit ModeSpecifier(WriteStream & os, InsetMath::mode_type mode,  
                                bool locked = false)                         
                : os_(os), oldmodes_(ensureMode(os, mode, locked)) {}        


i suppose locked should be false by default.
pavel

Reply via email to