| Index: Source/modules/filesystem/FileCallback.h
|
| diff --git a/Source/modules/filesystem/FileCallback.h b/Source/modules/filesystem/FileCallback.h
|
| index 0eaaf1ca38d65d8c7a3c25fa1ca2a7a9e38c8cac..827e995b6554531b74ec42a4e5996f93af4dd439 100644
|
| --- a/Source/modules/filesystem/FileCallback.h
|
| +++ b/Source/modules/filesystem/FileCallback.h
|
| @@ -38,7 +38,7 @@ class File;
|
| class FileCallback {
|
| public:
|
| virtual ~FileCallback() { }
|
| - virtual bool handleEvent(File*) = 0;
|
| + virtual void handleEvent(File*) = 0;
|
| };
|
|
|
| } // namespace
|
|
|