diff options
Diffstat (limited to 'indra/newview/llpanelgroup.h')
-rw-r--r-- | indra/newview/llpanelgroup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelgroup.h b/indra/newview/llpanelgroup.h index 982b8cc3b7..19f43ecb88 100644 --- a/indra/newview/llpanelgroup.h +++ b/indra/newview/llpanelgroup.h @@ -60,7 +60,7 @@ public: LLPanelGroup(const std::string& filename, const std::string& name, const LLUUID& group_id, - const std::string& initial_tab_selected = ""); + const std::string& initial_tab_selected = std::string()); virtual ~LLPanelGroup(); virtual BOOL postBuild(); |