diff options
author | Aura Linden <aura@lindenlab.com> | 2012-11-12 18:06:32 -0800 |
---|---|---|
committer | Aura Linden <aura@lindenlab.com> | 2012-11-12 18:06:32 -0800 |
commit | eca619985206462d39dc9ae665857e97948562da (patch) | |
tree | fb7b9c7eb7a8a68efef5a8c2de98bf5c970b6c4e /indra/llvfs/lldir_solaris.cpp | |
parent | 44d511669ba85a0311dc8d0901f22a1f38c0790b (diff) |
Ported slplugin and some other missing components for cocoa.
Diffstat (limited to 'indra/llvfs/lldir_solaris.cpp')
-rw-r--r-- | indra/llvfs/lldir_solaris.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llvfs/lldir_solaris.cpp b/indra/llvfs/lldir_solaris.cpp index 21f8c3acdb..a97d72d539 100644 --- a/indra/llvfs/lldir_solaris.cpp +++ b/indra/llvfs/lldir_solaris.cpp @@ -272,7 +272,7 @@ std::string LLDir_Solaris::getCurPath() } -BOOL LLDir_Solaris::fileExists(const std::string &filename) const +bool LLDir_Solaris::fileExists(const std::string &filename) const { struct stat stat_data; // Check the age of the file |