]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.C
Applied Angus patch to compile on DEC C++ and to avoid name clashes
[lyx.git] / src / LaTeXFeatures.C
index ef6287914f07ad1f070076e17a1d3ecf0f9f6184..2da36b28b8c67fe849a2c4a6cf560f1accfac72a 100644 (file)
@@ -367,7 +367,7 @@ string const LaTeXFeatures::getMacros()
                        // effect. (Lgb)
                }
        }
-       macros += floats.str();
+       macros += floats.str().c_str();
 
        for (LanguageList::const_iterator cit = UsedLanguages.begin();
             cit != UsedLanguages.end(); ++cit)