1
0
spegling av https://github.com/quitesimpleorg/qsmaddy.git synced 2025-03-29 01:18:20 +01:00

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 committad av GitHub
förälder e6bd0bdb4f 8294841cf5
incheckning 0af145ab8f
Ingen känd nyckel hittad för denna signaturen i databasen
GPG-nyckel ID: 4AEE18F83AFDEB23

Visa fil

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