diff options
Diffstat (limited to 'indra/newview/llavataractions.h')
-rw-r--r-- | indra/newview/llavataractions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llavataractions.h b/indra/newview/llavataractions.h index 7dd358309c..ff2617bcdd 100644 --- a/indra/newview/llavataractions.h +++ b/indra/newview/llavataractions.h @@ -38,7 +38,7 @@ class LLInventoryPanel; class LLFloater; class LLView; -std::string getProfileURL(const std::string& agent_name); +std::string getProfileURL(const std::string& agent_name, bool feed_only = false); /** * Friend-related actions (add, remove, offer teleport, etc) |