Skip to content
Snippets Groups Projects
Commit e9a97ea6 authored by Roberto Raggi's avatar Roberto Raggi
Browse files

Initialize m_line and m_column

parent c9742743
Branches
Tags
No related merge requests found
...@@ -165,7 +165,8 @@ class CheckDocument: protected ASTVisitor ...@@ -165,7 +165,8 @@ class CheckDocument: protected ASTVisitor
public: public:
CheckDocument(Document::Ptr doc, Snapshot snapshot) CheckDocument(Document::Ptr doc, Snapshot snapshot)
: ASTVisitor(doc->control()), _doc(doc), _snapshot(snapshot) : ASTVisitor(doc->control()), _doc(doc), _snapshot(snapshot),
_line(0), _column(0)
{ } { }
QList<QuickFixOperationPtr> operator()(QTextCursor tc) QList<QuickFixOperationPtr> operator()(QTextCursor tc)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment