1
0
spogulis no https://github.com/quitesimpleorg/qsmaddy.git synced 2024-11-21 15:17:52 +01:00

added BlockParser dtor

Šī revīzija ir iekļauta:
M. Petra Baranski 2018-10-25 17:26:25 +02:00
vecāks 6af5374138
revīzija 348532acb8
2 mainīti faili ar 8 papildinājumiem un 1 dzēšanām

Parādīt failu

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

Parādīt failu

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