mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Make setRefreshVariables public.
This commit is contained in:
parent
049b386dc5
commit
2dcc923f71
1 changed files with 1 additions and 1 deletions
|
@ -657,7 +657,7 @@ public class CStackFrame extends CDebugElement implements ICStackFrame, IRestart
|
|||
}
|
||||
}
|
||||
|
||||
private void setRefreshVariables( boolean refresh ) {
|
||||
public void setRefreshVariables( boolean refresh ) {
|
||||
fRefreshVariables = refresh;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue