]> git.lyx.org Git - lyx.git/blobdiff - src/errorlist.C
hopefully fix tex2lyx linking.
[lyx.git] / src / errorlist.C
index 242ccb6abc06611a3239fd1f8181b0a5c751f7d1..e3f19044b21500c60d3896c5da6b2f1b33e78ad3 100644 (file)
 
 #include "errorlist.h"
 
-using lyx::docstring;
-using lyx::pos_type;
-using std::string;
 
+namespace lyx {
 
+using std::string;
 
 ErrorItem::ErrorItem(docstring const & error_, docstring const & description_,
                     int par_id_, pos_type pos_start_, pos_type pos_end_)
@@ -28,3 +27,6 @@ ErrorItem::ErrorItem(docstring const & error_, docstring const & description_,
 ErrorItem::ErrorItem()
        : par_id(-1), pos_start(0), pos_end(0)
 {}
+
+
+} // namespace lyx