Index: modules/filesystem/FileCallback.idl |
diff --git a/modules/filesystem/FileCallback.idl b/modules/filesystem/FileCallback.idl |
index b231bf593c2cf5e86aab5051552ff293e881d03f..2a692ba166d82a4ce38c60ca81452a65e61ee5d8 100644 |
--- a/modules/filesystem/FileCallback.idl |
+++ b/modules/filesystem/FileCallback.idl |
@@ -29,5 +29,5 @@ |
*/ |
callback interface FileCallback { |
- boolean handleEvent(File file); |
+ void handleEvent(File file); |
}; |