mirror of
https://github.com/quitesimpleorg/qsmaddy.git
synced 2024-12-22 11:19:49 +01:00
added dtor to lineparser
This commit is contained in:
parent
e6bd0bdb4f
commit
8294841cf5
@ -22,6 +22,13 @@ namespace maddy {
|
|||||||
class LineParser
|
class LineParser
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
/**
|
||||||
|
* dtor
|
||||||
|
*
|
||||||
|
* @method
|
||||||
|
*/
|
||||||
|
virtual ~LineParser() {}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Parse
|
* Parse
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user