Added comment.

This commit is contained in:
Erik Verbruggen
2010-07-16 15:24:42 +02:00
parent f7a8c5f05d
commit 13ff3e2961

View File

@@ -65,6 +65,7 @@ class FindScopeAt: protected SymbolVisitor
Scope *_scope;
public:
/** line and column should be 1-based */
FindScopeAt(TranslationUnit *unit, unsigned line, unsigned column)
: _unit(unit), _line(line), _column(column), _scope(0) {}