Woopsie
authorNiki Roo <niki@nikiroo.be>
Sun, 26 Nov 2017 13:31:12 +0000 (14:31 +0100)
committerNiki Roo <niki@nikiroo.be>
Sun, 26 Nov 2017 13:31:12 +0000 (14:31 +0100)
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");
        }