diff options
author | Rider Linden <rider@lindenlab.com> | 2015-07-20 17:00:06 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2015-07-20 17:00:06 -0700 |
commit | f2850548abf8c103d6b11051a168d4f01ca154f4 (patch) | |
tree | 4d859e792ebd6fdf22c55b5574d7911ef868745d /indra/newview/llfloaternamedesc.cpp | |
parent | 37d17eaebd05325f0ddb3334cbabf7a8710d5843 (diff) |
Forgot to remove an unused varable and renamed NewFileResourceUploadInfo to LLNewFileResourceUploadInfo
Diffstat (limited to 'indra/newview/llfloaternamedesc.cpp')
-rwxr-xr-x | indra/newview/llfloaternamedesc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaternamedesc.cpp b/indra/newview/llfloaternamedesc.cpp index 46dbf85dfa..135bbb335e 100755 --- a/indra/newview/llfloaternamedesc.cpp +++ b/indra/newview/llfloaternamedesc.cpp @@ -164,7 +164,7 @@ void LLFloaterNameDesc::onBtnOK( ) void *nruserdata = NULL; std::string display_name = LLStringUtil::null; - LLResourceUploadInfo::ptr_t uploadInfo(new NewFileResourceUploadInfo( + LLResourceUploadInfo::ptr_t uploadInfo(new LLNewFileResourceUploadInfo( mFilenameAndPath, getChild<LLUICtrl>("name_form")->getValue().asString(), getChild<LLUICtrl>("description_form")->getValue().asString(), 0, |