summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaternamedesc.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloaternamedesc.h')
-rw-r--r--indra/newview/llfloaternamedesc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llfloaternamedesc.h b/indra/newview/llfloaternamedesc.h
index 8c8ec49a8e..aa5571ccc0 100644
--- a/indra/newview/llfloaternamedesc.h
+++ b/indra/newview/llfloaternamedesc.h
@@ -39,7 +39,7 @@ class LLRadioGroup;
class LLFloaterNameDesc : public LLFloater
{
public:
- LLFloaterNameDesc(const LLSD& args);
+ LLFloaterNameDesc(const LLSD& filename);
virtual ~LLFloaterNameDesc();
bool postBuild() override;
@@ -58,7 +58,6 @@ protected:
std::string mFilenameAndPath;
std::string mFilename;
- LLUUID mDestinationFolderId;
};
class LLFloaterSoundPreview : public LLFloaterNameDesc