1
0
Fork 0
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:
Ken Ryall 2007-05-14 19:08:46 +00:00
parent 049b386dc5
commit 2dcc923f71

View file

@ -657,7 +657,7 @@ public class CStackFrame extends CDebugElement implements ICStackFrame, IRestart
}
}
private void setRefreshVariables( boolean refresh ) {
public void setRefreshVariables( boolean refresh ) {
fRefreshVariables = refresh;
}