blob: d803b75623a2b3e8731c5f3b2ac3108f8ea9319d [file] [log] [blame]
/*
*(c) Copyright QNX Software Systems Ltd. 2002.
* All Rights Reserved.
*
*/
package org.eclipse.cdt.debug.internal.ui.actions;
import org.eclipse.cdt.debug.core.cdi.ICDIFormat;
/**
*
* Enter type comment.
*
* @since Dec 16, 2002
*/
public class NaturalVariableFormatActionDelegate extends VariableFormatActionDelegate
{
/**
* Constructor for NaturalVariableFormatActionDelegate.
* @param format
*/
public NaturalVariableFormatActionDelegate()
{
super( ICDIFormat.NATURAL );
}
}