1
0
spegling av https://github.com/quitesimpleorg/qsmaddy.git synced 2026-01-23 02:57:55 +01:00

added dtor to lineparser

This commit is contained in:
M. Petra Baranski
2018-10-25 17:45:52 +02:00
förälder e6bd0bdb4f
incheckning 8294841cf5

Visa fil

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