summaryrefslogtreecommitdiff
path: root/indra/newview/llfoldervieweventlistener.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfoldervieweventlistener.h')
-rw-r--r--indra/newview/llfoldervieweventlistener.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfoldervieweventlistener.h b/indra/newview/llfoldervieweventlistener.h
index 7fe53d4aad..a2ef8c1d12 100644
--- a/indra/newview/llfoldervieweventlistener.h
+++ b/indra/newview/llfoldervieweventlistener.h
@@ -88,7 +88,7 @@ public:
virtual BOOL isUpToDate() const = 0;
virtual BOOL hasChildren() const = 0;
virtual LLInventoryType::EType getInventoryType() const = 0;
- virtual void performAction(LLFolderView* root, LLInventoryModel* model, std::string action) = 0;
+ virtual void performAction(LLInventoryModel* model, std::string action) = 0;
// This method should be called when a drag begins. returns TRUE
// if the drag can begin, otherwise FALSE.