summaryrefslogtreecommitdiff
path: root/indra/llvfs/llvfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llvfs/llvfile.h')
-rw-r--r--indra/llvfs/llvfile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llvfs/llvfile.h b/indra/llvfs/llvfile.h
index cd4fc59174..3d81483308 100644
--- a/indra/llvfs/llvfile.h
+++ b/indra/llvfs/llvfile.h
@@ -78,6 +78,8 @@ public:
static const S32 WRITE;
static const S32 READ_WRITE;
static const S32 APPEND;
+
+ static BOOL ALLOW_ASYNC;
protected:
LLAssetType::EType mFileType;