Merge branch 'develop' into bug/JAL-2225mapMultipleChains
[jalview.git] / src / jalview / datamodel / VisibleColsCollection.java
index bc32fac..e9437a7 100644 (file)
@@ -51,4 +51,10 @@ public class VisibleColsCollection implements AlignmentColsCollectionI
     return false;
   }
 
+  @Override
+  public boolean hasHidden()
+  {
+    return false;
+  }
+
 }