summaryrefslogtreecommitdiff
path: root/indra/llvfs/lldir_mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llvfs/lldir_mac.h')
-rw-r--r--indra/llvfs/lldir_mac.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llvfs/lldir_mac.h b/indra/llvfs/lldir_mac.h
index 28d48a0b6a..82ac94ed4c 100644
--- a/indra/llvfs/lldir_mac.h
+++ b/indra/llvfs/lldir_mac.h
@@ -43,7 +43,8 @@ public:
LLDir_Mac();
virtual ~LLDir_Mac();
- virtual void initAppDirs(const std::string &app_name);
+ /*virtual*/ void initAppDirs(const std::string &app_name,
+ const std::string& app_read_only_data_dir);
public:
virtual S32 deleteFilesInDir(const std::string &dirname, const std::string &mask);
virtual std::string getCurPath();