1
0
зеркало из https://github.com/quitesimpleorg/qsmaddy.git synced 2025-08-07 14:29:43 +02:00

Merge pull request #15 from progsource/add-lineparser-dtro

added dtor to lineparser
Этот коммит содержится в:
Petra Baranski
2018-10-25 17:51:41 +02:00
коммит произвёл GitHub
родитель e6bd0bdb4f 8294841cf5
Коммит 0af145ab8f

Просмотреть файл

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