summaryrefslogtreecommitdiff
path: root/indra/newview/llpaneltopinfobar.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2012-03-01 21:35:05 -0800
committerMerov Linden <merov@lindenlab.com>2012-03-01 21:35:05 -0800
commitf0a1b43f2270cb8424409babf5ae88233cdd8f6c (patch)
treefc67305db3f0f1242b95616344c802d07a42bab3 /indra/newview/llpaneltopinfobar.cpp
parent24789f11cc58cf7c03283a8e9648085a5cb9d7d8 (diff)
EXP-1841 : Use instance instead of getInstance on LLClipboard singleton.
Diffstat (limited to 'indra/newview/llpaneltopinfobar.cpp')
-rw-r--r--indra/newview/llpaneltopinfobar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpaneltopinfobar.cpp b/indra/newview/llpaneltopinfobar.cpp
index 0ad207ef00..280cc11179 100644
--- a/indra/newview/llpaneltopinfobar.cpp
+++ b/indra/newview/llpaneltopinfobar.cpp
@@ -467,7 +467,7 @@ void LLPanelTopInfoBar::onContextMenuItemClicked(const LLSD::String& item)
LLAgentUI::buildSLURL(slurl, false);
LLUIString location_str(slurl.getSLURLString());
- LLClipboard::getInstance()->copyToClipboard(location_str,0,location_str.length());
+ LLClipboard::instance().copyToClipboard(location_str,0,location_str.length());
}
}