blob: 73f69c266778ce38224e68b7ca08a4e749dfe6d6 [file] [log] [blame]
package org.eclipse.swt.internal.ole.win32;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved
*/
public class IEnumSTATSTG extends IEnum {
public IEnumSTATSTG(int address) {
super(address);
}
}