mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-09 09:15:38 +02:00
New method setSymbolsRead().
This commit is contained in:
parent
dee0af9e88
commit
729b9c7022
1 changed files with 5 additions and 0 deletions
|
@ -37,4 +37,9 @@ public class MIShared {
|
||||||
public String getName() {
|
public String getName() {
|
||||||
return name;
|
return name;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void setSymbolsRead(boolean read) {
|
||||||
|
isread = read;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue