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

added dtor to lineparser
This commit is contained in:
Petra Baranski 2018-10-25 17:51:41 +02:00 committed by GitHub
커밋 0af145ab8f
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

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