]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfont.C
Minor code shuffle.
[lyx.git] / src / lyxfont.C
index 7dae2cab0d2fb20fcfc3974fca08401b136c7a89..819b401c116cdfe6935fa71afa4453e3daa8a073 100644 (file)
@@ -557,7 +557,7 @@ bool LyXFont::resolved() const
 /// Build GUI description of font state
 string const LyXFont::stateText(BufferParams * params) const
 {
-       std::ostringstream ost;
+       ostringstream ost;
        if (family() != INHERIT_FAMILY)
                ost << _(GUIFamilyNames[family()]) << ", ";
        if (series() != INHERIT_SERIES)