Skip to content
Snippets Groups Projects
Commit e9bcfa49 authored by Fabian Reister's avatar Fabian Reister
Browse files

fixing compiler warning

parent 04022505
No related branches found
No related tags found
1 merge request!66Refactor/new arch
......@@ -43,9 +43,10 @@ namespace armarx
LexerInfo getLexerEndOffset();
virtual JsonDataPtr clone() = 0;
virtual ~JsonData() = default;
private:
LexerInfo lexerStartOffset;
LexerInfo lexerEndOffset;
};
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment