summaryrefslogtreecommitdiff
path: root/indra/llvfs/lldir_win32.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_win32.h
parent45e72bf3cbd08eef96663d569cec3ecae198a8e4 (diff)
parentfde976cf2bf9740dcd821ad37f0747beaabe34dd (diff)
Merge pull from lindenlab/viewer-beta
Diffstat (limited to 'indra/llvfs/lldir_win32.h')
-rw-r--r--indra/llvfs/lldir_win32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llvfs/lldir_win32.h b/indra/llvfs/lldir_win32.h
index 62fb4713ab..450efaf9da 100644
--- a/indra/llvfs/lldir_win32.h
+++ b/indra/llvfs/lldir_win32.h
@@ -44,7 +44,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);