diff options
Diffstat (limited to 'indra/newview/lluilistener.h')
-rw-r--r-- | indra/newview/lluilistener.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lluilistener.h b/indra/newview/lluilistener.h index e7847f01e8..08724024dc 100644 --- a/indra/newview/lluilistener.h +++ b/indra/newview/lluilistener.h @@ -41,6 +41,7 @@ public: private: void call(const LLSD& event) const; + void getValue(const LLSD&event) const; }; #endif /* ! defined(LL_LLUILISTENER_H) */ |