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_linux.h | |
parent | 44d511669ba85a0311dc8d0901f22a1f38c0790b (diff) |
Ported slplugin and some other missing components for cocoa.
Diffstat (limited to 'indra/llvfs/lldir_linux.h')
-rw-r--r-- | indra/llvfs/lldir_linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llvfs/lldir_linux.h b/indra/llvfs/lldir_linux.h index 7603239867..e83a020ba4 100644 --- a/indra/llvfs/lldir_linux.h +++ b/indra/llvfs/lldir_linux.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; /*virtual*/ std::string getLLPluginLauncher(); /*virtual*/ std::string getLLPluginFilename(std::string base_name); |