compilation fix

This commit is contained in:
anna
2011-04-14 21:25:02 +02:00
parent a96895fac0
commit 1d420a7c6d
@@ -654,7 +654,7 @@ public abstract class BreakpointWithHighlighter extends Breakpoint {
return new AnAction() {
public void actionPerformed(AnActionEvent e) {
ENABLED = !ENABLED;
DebuggerManagerEx.getInstanceEx(getProject()).getBreakpointManager().fireBreakpointChanged(BreakpointWithHighlighter.this);
DebuggerManagerEx.getInstanceEx(BreakpointWithHighlighter.this.getProject()).getBreakpointManager().fireBreakpointChanged(BreakpointWithHighlighter.this);
updateUI();
}
};