mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
8a89295bbd
commit
f045947eb5
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ public abstract class FindAction extends SelectionParseAction {
|
||||||
|
|
||||||
protected PDOMSearchQuery createQuery(ICElement element, ITextSelection selNode) {
|
protected PDOMSearchQuery createQuery(ICElement element, ITextSelection selNode) {
|
||||||
return new PDOMSearchTextSelectionQuery(getScope(),
|
return new PDOMSearchTextSelectionQuery(getScope(),
|
||||||
(ITranslationUnit)element, selNode, getLimitTo());
|
(ITranslationUnit) element, selNode, getLimitTo());
|
||||||
}
|
}
|
||||||
|
|
||||||
abstract protected String getScopeDescription();
|
abstract protected String getScopeDescription();
|
||||||
|
|
Loading…
Add table
Reference in a new issue