diff options
Diffstat (limited to 'indra/newview/llpanelcontents.h')
-rw-r--r-- | indra/newview/llpanelcontents.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelcontents.h b/indra/newview/llpanelcontents.h index ea06707494..de1914bff9 100644 --- a/indra/newview/llpanelcontents.h +++ b/indra/newview/llpanelcontents.h @@ -46,7 +46,7 @@ class LLPanelContents : public LLPanel { public: virtual BOOL postBuild(); - LLPanelContents(const std::string& name); + LLPanelContents(); virtual ~LLPanelContents(); void refresh(); |