]> git.lyx.org Git - lyx.git/blobdiff - src/debug.C
fix arabtex-related problems (bug 1225 and bug 1404)
[lyx.git] / src / debug.C
index 6065bec95f5caeb1199123bc94c7cff04bdb1ee7..f0bace4332b21e384b4c6cc0e93266e72358b72d 100644 (file)
@@ -25,7 +25,7 @@ using lyx::support::isStrInt;
 using lyx::support::strToInt;
 
 using std::setw;
-
+using std::string;
 using std::ostream;
 
 namespace {
@@ -123,4 +123,4 @@ void lyx_debug_trait::showTags(ostream & os)
        os.flush();
 }
 
-LyXErr lyxerr(std::cerr.rdbuf());
+LyXErr lyxerr;