summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorTofu Buzzard <no-email>2011-02-10 10:42:41 -0800
committerTofu Buzzard <no-email>2011-02-10 10:42:41 -0800
commit85d91c7ad936db73b13d9780ed107672eb67dd39 (patch)
tree7b5cd7755692bc0a0ca8c674884f866e3637485d /indra
parentc3d46cf6091ab544c5c8fb4a0246bbb1743ae69c (diff)
crap fix
Diffstat (limited to 'indra')
-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 4c932c932c..9a07150f0f 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 getNextFileInDir(const llutf16string &dirname, const std::string &mask, std::string &fname);
void* mDirSearch_h;
llutf16string mCurrentDir;