Merge pull request #14 from progsource/add-dtor

added BlockParser dtor
This commit is contained in:
Petra Baranski
2018-10-25 17:35:40 +02:00
committed by GitHub
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
*