file format enum wip changes
[jalview.git] / src / jalview / io / PIRFile.java
index 5f5c23c..8402d24 100755 (executable)
@@ -36,9 +36,10 @@ public class PIRFile extends AlignFile
   {
   }
 
-  public PIRFile(String inFile, String type) throws IOException
+  public PIRFile(String inFile, DataSourceType sourceType)
+          throws IOException
   {
-    super(inFile, type);
+    super(inFile, sourceType);
   }
 
   public PIRFile(FileParse source) throws IOException