1
0
Mirror von https://github.com/quitesimpleorg/qsmaddy.git synchronisiert 2025-03-16 12:03:31 +01:00

added BlockParser dtor

Dieser Commit ist enthalten in:
M. Petra Baranski 2018-10-25 17:26:25 +02:00
Ursprung 6af5374138
Commit 348532acb8
2 geänderte Dateien mit 8 neuen und 1 gelöschten Zeilen

Datei anzeigen

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

Datei anzeigen

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