aboutsummaryrefslogtreecommitdiff
path: root/backends/cloud/storagefile.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/cloud/storagefile.h')
-rw-r--r--backends/cloud/storagefile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/cloud/storagefile.h b/backends/cloud/storagefile.h
index 8706ba18e9..ced99fae30 100644
--- a/backends/cloud/storagefile.h
+++ b/backends/cloud/storagefile.h
@@ -39,6 +39,7 @@ class StorageFile {
bool _isDirectory;
public:
+ StorageFile(); //invalid empty file
StorageFile(Common::String pth, uint32 sz, uint32 ts, bool dir);
Common::String path() const { return _path; }