just need to test, but need to merge before

This commit is contained in:
EternalRat
2021-06-14 15:18:28 +02:00
parent 8c035d404c
commit 8122a2f31d
8 changed files with 179 additions and 72 deletions

View File

@@ -11,6 +11,6 @@ namespace BBM
{}
ParserError::ParserError(const std::string &what)
: WalError(what)
: Error(what)
{}
} // namespace BBM