Merge pull request #15 from progsource/add-lineparser-dtro

added dtor to lineparser
This commit is contained in:
Petra Baranski 2018-10-25 17:51:41 +02:00 committed by GitHub
commit 0af145ab8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -22,6 +22,13 @@ namespace maddy {
class LineParser
{
public:
/**
* dtor
*
* @method
*/
virtual ~LineParser() {}
/**
* Parse
*