diff options
Diffstat (limited to 'indra/newview/llpanelgroup.h')
-rw-r--r-- | indra/newview/llpanelgroup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanelgroup.h b/indra/newview/llpanelgroup.h index e5e1d1b6ad..6db6738d18 100644 --- a/indra/newview/llpanelgroup.h +++ b/indra/newview/llpanelgroup.h @@ -160,6 +160,8 @@ public: const LLUUID& getGroupID() const { return mGroupID;} + virtual void setupCtrls (LLPanel* parent) {}; + protected: LLUUID mGroupID; std::string mHelpText; |