added BlockParser dtor

This commit is contained in:
M. Petra Baranski 2018-10-25 17:26:25 +02:00
szülő 6af5374138
commit 348532acb8
2 fájl változott, egészen pontosan 8 új sor hozzáadva és 1 régi sor törölve

Fájl megtekintése

@ -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)

Fájl megtekintése

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