abacus: parse: fix name of namespace

This commit is contained in:
Bruno BELANYI 2021-08-22 14:37:32 +02:00
parent e4aa81d1a4
commit 26055c5a3f
4 changed files with 10 additions and 10 deletions

View file

@ -6,7 +6,7 @@
#include "bignum.hh" // FIXME: I would like `bignum/bignum.hh` path instead...
namespace abacus::parser {
namespace abacus::parse {
class ParserDriver {
public:
@ -33,4 +33,4 @@ private:
bool scan_trace_p_ = false;
};
} // namespace abacus::parser
} // namespace abacus::parse