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 273ab20bc7..7701a2a5f2 100644 --- a/indra/newview/llpanelcontents.h +++ b/indra/newview/llpanelcontents.h @@ -21,7 +21,7 @@ class LLSpinCtrl; class LLPanelContents : public LLPanel { public: - virtual BOOL LLPanelContents::postBuild(); + virtual BOOL postBuild(); LLPanelContents(const std::string& name); virtual ~LLPanelContents(); |