1
0
Mirror von https://github.com/quitesimpleorg/qsmaddy.git synchronisiert 2024-12-22 03:09:50 +01:00

added dtor to lineparser

Dieser Commit ist enthalten in:
M. Petra Baranski 2018-10-25 17:45:52 +02:00
Ursprung e6bd0bdb4f
Commit 8294841cf5

Datei anzeigen

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