Woopsie
[fanfix.git] / src / be / nikiroo / fanfix / library / RemoteLibrary.java
index 27a0280459a6d6786b2172e0777888af0c942cdd..acbd495d079b88047bfbc0e0e1769894b7375a1e 100644 (file)
@@ -92,7 +92,7 @@ public class RemoteLibrary extends BasicLibrary {
        }
 
        @Override
-       public synchronized File getFile(final String luid) {
+       public synchronized File getFile(final String luid, Progress pg) {
                throw new java.lang.InternalError(
                                "Operation not supportorted on remote Libraries");
        }