added BlockParser dtor

这个提交包含在:
M. Petra Baranski 2018-10-25 17:26:25 +02:00
父节点 6af5374138
当前提交 348532acb8
共有 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
*