diff options
author | Oz Linden <oz@lindenlab.com> | 2010-10-29 07:17:41 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2010-10-29 07:17:41 -0400 |
commit | a2bb621f3b74bdb49bf8b6fc3eb6141cf0d8b27a (patch) | |
tree | 14d9999b7ecc66f49349a48d018f97f803919d27 /indra/llvfs | |
parent | 330978decd15e02d7cd23dcead52dc2373d7e5d5 (diff) |
fix private member declaration in windows implementation of LLDir::getNextFileInDir for STORM-480
--HG--
branch : storm-102
Diffstat (limited to 'indra/llvfs')
-rw-r--r-- | indra/llvfs/lldir_win32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llvfs/lldir_win32.h b/indra/llvfs/lldir_win32.h index 38ae690d89..4c932c932c 100644 --- a/indra/llvfs/lldir_win32.h +++ b/indra/llvfs/lldir_win32.h @@ -47,7 +47,7 @@ public: /*virtual*/ std::string getLLPluginFilename(std::string base_name); private: - BOOL LLDir_Win32::getNextFileInDir(const llutf16string &dirname, const std::string &mask, std::string &fname, BOOL wrap); + BOOL LLDir_Win32::getNextFileInDir(const llutf16string &dirname, const std::string &mask, std::string &fname); void* mDirSearch_h; llutf16string mCurrentDir; |