forked from qt-creator/qt-creator
The method enclosingSymbol() should always return a ScopedSymbol.
This commit is contained in:
@@ -284,7 +284,7 @@ public:
|
||||
bool isUnavailable() const;
|
||||
void setUnavailable(bool isUnavailable);
|
||||
|
||||
Symbol *enclosingSymbol() const;
|
||||
ScopedSymbol *enclosingSymbol() const;
|
||||
|
||||
/// Returns the eclosing namespace scope.
|
||||
Scope *enclosingNamespaceScope() const;
|
||||
|
||||
Reference in New Issue
Block a user