]> git.lyx.org Git - features.git/blobdiff - src/insets/insetref.C
read ChangeLog, a lot of whitespace changes. experimental use of libtool
[features.git] / src / insets / insetref.C
index b10dcd2c03f2d5b6ac2bfcec7349a7ce5b0b439d..fc639e95475586e4e5a3005a43c107045d7ce1e5 100644 (file)
@@ -78,7 +78,7 @@ int InsetRef::Latex(FILE * file, signed char /*fragile*/)
                fprintf(file, "%s", escape(getCommand()).c_str());
        else {
                string ns;
-               InsetCommand clone= InsetCommand(getCmdName(), getContents(), ns);
+               InsetCommand clone = InsetCommand(getCmdName(), getContents(), ns);
                fprintf(file, "%s", escape(clone.getCommand()).c_str());
        }
        return 0;