Missing "{", "}" ?

        Kornel
Index: src/Buffer.cpp
===================================================================
--- src/Buffer.cpp	(Revision 35858)
+++ src/Buffer.cpp	(Arbeitskopie)
@@ -2761,10 +2761,11 @@
 			}
 
 			InsetMath * im = iit->inset->asInsetMath();
-			if (doing_export && im) 
+			if (doing_export && im)  {
 				InsetMathHull * hull = im->asHullInset();
 				if (hull)
 					hull->recordLocation(it);
+			}
 
 			if (iit->inset->lyxCode() != MATHMACRO_CODE)
 				continue;

Attachment: signature.asc
Description: This is a digitally signed message part.



Reply via email to