2004/01/19 21:24:07
[org.ibex.core.git] / src / org / xwt / plat / Solaris.java
index df1eef7..c79d8fc 100644 (file)
@@ -4,5 +4,5 @@ package org.xwt.plat;
 import org.xwt.*;
 
 /** Solaris with an X11 display */
-public abstract class Solaris extends X11 {
+public class Solaris extends X11 {
 }