mirror of
https://github.com/quitesimpleorg/qsmaddy.git
synced 2024-11-21 15:17:52 +01:00
added BlockParser dtor
This commit is contained in:
parent
6af5374138
commit
348532acb8
@ -66,6 +66,6 @@ make test # or run the executable in ../build/MaddyTests
|
|||||||
|
|
||||||
There are different possibilities:
|
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
|
* Create a pull request with an own branch (don't forget to put yourself in the
|
||||||
AUTHORS file)
|
AUTHORS file)
|
||||||
|
@ -45,6 +45,13 @@ public:
|
|||||||
, getBlockParserForLineCallback(getBlockParserForLineCallback)
|
, getBlockParserForLineCallback(getBlockParserForLineCallback)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* dtor
|
||||||
|
*
|
||||||
|
* @method
|
||||||
|
*/
|
||||||
|
virtual ~BlockParser() {}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* AddLine
|
* AddLine
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user