X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ferrorlist.C;h=e3f19044b21500c60d3896c5da6b2f1b33e78ad3;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=242ccb6abc06611a3239fd1f8181b0a5c751f7d1;hpb=a6444784dca48da8b1f7723be12069b2e1dbb4c5;p=lyx.git diff --git a/src/errorlist.C b/src/errorlist.C index 242ccb6abc..e3f19044b2 100644 --- a/src/errorlist.C +++ b/src/errorlist.C @@ -12,11 +12,10 @@ #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