summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorybridge.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2015-01-24 16:50:56 -0800
committerMerov Linden <merov@lindenlab.com>2015-01-24 16:50:56 -0800
commit6cf5912fd0339d09d9ac441d02c2dade824802ac (patch)
tree324fb1223882e78c8190072d442c901b38b99f1d /indra/newview/llinventorybridge.h
parent96172ddfe6325862c690b062592fa6cd4f4d5d6c (diff)
DD-306 : Suppress no issue listings from audit listing dump, add no error message when no error, disable some right click menu items in multiselection cases
Diffstat (limited to 'indra/newview/llinventorybridge.h')
-rwxr-xr-xindra/newview/llinventorybridge.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorybridge.h b/indra/newview/llinventorybridge.h
index 641d30040b..82cabf43db 100755
--- a/indra/newview/llinventorybridge.h
+++ b/indra/newview/llinventorybridge.h
@@ -365,7 +365,7 @@ public:
protected:
void callback_pasteFromClipboard(const LLSD& notification, const LLSD& response);
void perform_pasteFromClipboard();
- void gatherMessage(std::string& message, LLError::ELevel log_level);
+ void gatherMessage(std::string& message, S32 depth, LLError::ELevel log_level);
LLUIImagePtr getFolderIcon(BOOL is_open) const;
bool mCallingCards;