diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-02-10 17:33:55 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-02-10 17:33:55 -0500 |
commit | 7a43bd5d9de75215a2015c0d232113747c3ad604 (patch) | |
tree | 8ecaa9ba7e693358b9c2a829fa498488559ff0ea | |
parent | 711d70bd4c2a69c5176759f8bcd2ab0b3e1d1715 (diff) |
Fix for linux build breakage
-rwxr-xr-x[-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 4c932c932c..9a07150f0f 100644..100755 --- 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 getNextFileInDir(const llutf16string &dirname, const std::string &mask, std::string &fname); void* mDirSearch_h; llutf16string mCurrentDir; |