summaryrefslogtreecommitdiff
path: root/indra/llui/llview.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llui/llview.h')
-rw-r--r--indra/llui/llview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llview.h b/indra/llui/llview.h
index 67634938fb..11f25bcd7f 100644
--- a/indra/llui/llview.h
+++ b/indra/llui/llview.h
@@ -444,6 +444,7 @@ public:
virtual void onMouseEnter(S32 x, S32 y, MASK mask);
virtual void onMouseLeave(S32 x, S32 y, MASK mask);
+ std::string getPathname() const;
template <class T> T* findChild(const std::string& name, BOOL recurse = TRUE) const
{