summaryrefslogtreecommitdiff
path: root/indra/llvfs/lldir_solaris.h
diff options
context:
space:
mode:
authorKitty Barnett <develop@catznip.com>2012-12-18 21:57:25 +0100
committerKitty Barnett <develop@catznip.com>2012-12-18 21:57:25 +0100
commitc309a7bd9446cc942830998b1f5873cc62e9dffb (patch)
treebbfe0d41ebc7e303db1bd95c419f604e04fb9ab2 /indra/llvfs/lldir_solaris.h
parentca790f7320c9fc6c43e8c6022c9e511a85fd1c9d (diff)
parent3feacc96c6cf87f1be034312d8c71d21bae88351 (diff)
Merge with viewer-materials tip
Diffstat (limited to 'indra/llvfs/lldir_solaris.h')
-rw-r--r--indra/llvfs/lldir_solaris.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llvfs/lldir_solaris.h b/indra/llvfs/lldir_solaris.h
index 0b58a45b15..c6dac57e14 100644
--- a/indra/llvfs/lldir_solaris.h
+++ b/indra/llvfs/lldir_solaris.h
@@ -47,7 +47,7 @@ public:
virtual std::string getCurPath();
virtual U32 countFilesInDir(const std::string &dirname, const std::string &mask);
- /*virtual*/ BOOL fileExists(const std::string &filename) const;
+ /*virtual*/ bool fileExists(const std::string &filename) const;
private:
DIR *mDirp;