--- jsampler/trunk/src/org/jsampler/view/fantasia/ChannelView.java 2008/12/24 16:55:54 1817 +++ jsampler/trunk/src/org/jsampler/view/fantasia/ChannelView.java 2008/12/24 17:29:47 1818 @@ -31,7 +31,7 @@ * @author Grigor Iliev */ public interface ChannelView { - enum Type { SMALL, NORMAL } + public static enum Type { SMALL, NORMAL } /** Determines the type of the view. */ public Type getType();