summaryrefslogtreecommitdiff
path: root/indra/llvfs/lldir_solaris.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2013-01-10 14:51:59 -0800
committerMerov Linden <merov@lindenlab.com>2013-01-10 14:51:59 -0800
commit573ab07a40acc78e28ae390331d862d3f858bb07 (patch)
tree7944ca93182468372186d202e45ba1ddcd7635b2 /indra/llvfs/lldir_solaris.h
parent45e72bf3cbd08eef96663d569cec3ecae198a8e4 (diff)
parentfde976cf2bf9740dcd821ad37f0747beaabe34dd (diff)
Merge pull from lindenlab/viewer-beta
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;