diff --git a/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/model/ICStackFrame.java b/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/model/ICStackFrame.java index 76a4c51fdcf..224d7478ccd 100644 --- a/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/model/ICStackFrame.java +++ b/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/model/ICStackFrame.java @@ -43,5 +43,5 @@ public interface ICStackFrame extends ICObject * @return a collection of arguments * @throws CDIException if this method fails. Reasons include: */ - ICVariable[] getArguments() throws CDIException; + ICArgument[] getArguments() throws CDIException; }