mirror of
https://github.com/quitesimpleorg/qsmaddy.git
synced 2024-11-05 01:04:37 +01:00
commit
e6bd0bdb4f
@ -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)
|
||||
|
@ -45,6 +45,13 @@ public:
|
||||
, getBlockParserForLineCallback(getBlockParserForLineCallback)
|
||||
{}
|
||||
|
||||
/**
|
||||
* dtor
|
||||
*
|
||||
* @method
|
||||
*/
|
||||
virtual ~BlockParser() {}
|
||||
|
||||
/**
|
||||
* AddLine
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user