diff options
Diffstat (limited to 'indra/llui/llstatview.h')
-rw-r--r-- | indra/llui/llstatview.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llui/llstatview.h b/indra/llui/llstatview.h index 0197c7ceb3..20aba7782b 100644 --- a/indra/llui/llstatview.h +++ b/indra/llui/llstatview.h @@ -53,11 +53,14 @@ public: }; ~LLStatView(); + virtual const widget_registry_t& getChildRegistry() const; + protected: LLStatView(const Params&); friend class LLUICtrlFactory; protected: std::string mSetting; + }; #endif // LL_STATVIEW_ |