JAL-629 Fix --structureimage and options
[jalview.git] / src / jalview / gui / AlignFrame.java
index eb98d98..693fcef 100644 (file)
@@ -1791,7 +1791,7 @@ public class AlignFrame extends GAlignFrame implements DropTargetListener,
    * 
    * @return alignment objects for all views
    */
-  AlignmentI[] getViewAlignments()
+  public AlignmentI[] getViewAlignments()
   {
     if (alignPanels != null)
     {