diff options
author | Kitty Barnett <develop@catznip.com> | 2012-12-18 21:57:25 +0100 |
---|---|---|
committer | Kitty Barnett <develop@catznip.com> | 2012-12-18 21:57:25 +0100 |
commit | c309a7bd9446cc942830998b1f5873cc62e9dffb (patch) | |
tree | bbfe0d41ebc7e303db1bd95c419f604e04fb9ab2 /indra/llvfs/lldir_win32.cpp | |
parent | ca790f7320c9fc6c43e8c6022c9e511a85fd1c9d (diff) | |
parent | 3feacc96c6cf87f1be034312d8c71d21bae88351 (diff) |
Merge with viewer-materials tip
Diffstat (limited to 'indra/llvfs/lldir_win32.cpp')
-rw-r--r-- | indra/llvfs/lldir_win32.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llvfs/lldir_win32.cpp b/indra/llvfs/lldir_win32.cpp index 7709945123..462d1cce06 100644 --- a/indra/llvfs/lldir_win32.cpp +++ b/indra/llvfs/lldir_win32.cpp @@ -249,7 +249,7 @@ std::string LLDir_Win32::getCurPath() } -BOOL LLDir_Win32::fileExists(const std::string &filename) const +bool LLDir_Win32::fileExists(const std::string &filename) const { llstat stat_data; // Check the age of the file |