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:
Ursprung
e6bd0bdb4f
Commit
8294841cf5
@ -22,6 +22,13 @@ namespace maddy {
|
||||
class LineParser
|
||||
{
|
||||
public:
|
||||
/**
|
||||
* dtor
|
||||
*
|
||||
* @method
|
||||
*/
|
||||
virtual ~LineParser() {}
|
||||
|
||||
/**
|
||||
* Parse
|
||||
*
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren