Merge pull request #14 from progsource/add-dtor

added BlockParser dtor
このコミットが含まれているのは:
Petra Baranski 2018-10-25 17:35:40 +02:00 committed by GitHub
コミット e6bd0bdb4f
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
2個のファイルの変更8行の追加1行の削除

ファイルの表示

@ -66,6 +66,6 @@ make test # or run the executable in ../build/MaddyTests
There are different possibilities:
* Create a GitHub issue
* [Create a GitHub issue](https://github.com/progsource/maddy/issues/new)
* Create a pull request with an own branch (don't forget to put yourself in the
AUTHORS file)

ファイルの表示

@ -45,6 +45,13 @@ public:
, getBlockParserForLineCallback(getBlockParserForLineCallback)
{}
/**
* dtor
*
* @method
*/
virtual ~BlockParser() {}
/**
* AddLine
*