Skip to content
Snippets Groups Projects
Commit a2bb621f authored by Oz Linden's avatar Oz Linden
Browse files

fix private member declaration in windows implementation of LLDir::getNextFileInDir for STORM-480

--HG--
branch : storm-102
parent 330978de
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ class LLDir_Win32 : public LLDir ...@@ -47,7 +47,7 @@ class LLDir_Win32 : public LLDir
/*virtual*/ std::string getLLPluginFilename(std::string base_name); /*virtual*/ std::string getLLPluginFilename(std::string base_name);
private: 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; void* mDirSearch_h;
llutf16string mCurrentDir; llutf16string mCurrentDir;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment