Skip to content

Commit d66690d

Browse files
sentinelwebsentinelweb
authored andcommitted
#496 - fix build error
1 parent fcb072f commit d66690d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

domain/src/jsMain/kotlin/uk/co/sentinelweb/cuer/app/db/repository/file/PlatformFileOperation.kt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,8 @@ actual class PlatformFileOperation {
3939
actual fun parent(file: AFile): AFile? {
4040
TODO("Not yet implemented")
4141
}
42-
}
42+
43+
actual fun rename(from: AFile, to: AFile) {
44+
TODO("Not yet implemented")
45+
}
46+
}

0 commit comments

Comments
 (0)