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 committad av GitHub
förälder 6af5374138 348532acb8
incheckning e6bd0bdb4f
Ingen känd nyckel hittad för denna signaturen i databasen
GPG-nyckel ID: 4AEE18F83AFDEB23
2 ändrade filer med 8 tillägg och 1 borttagningar

Visa fil

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

Visa fil

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