oops
[fanfix.git] / src / jexer / bits / Cell.java
index c949c3e36c147efb830f019f988225df966974cf..ff10dae5a99732602359c929763873b74a5fed1a 100644 (file)
@@ -133,6 +133,15 @@ public final class Cell extends CellAttributes {
         this.ch = ch;
     }
 
+    /**
+     * Public constructor sets the attributes.
+     *
+     * @param attr attributes to use
+     */
+    public Cell(final CellAttributes attr) {
+        super(attr);
+    }
+
     /**
      * Public constructor sets the character and attributes.
      *