summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatertwitter.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2014-03-10 16:01:50 -0700
committerMerov Linden <merov@lindenlab.com>2014-03-10 16:01:50 -0700
commite1337ce16e1575c544906dfb5c396fa7b517f112 (patch)
treea83e750cb51d8981dc30797db4abb3a85bc3fd79 /indra/newview/llfloatertwitter.cpp
parent8b5ce1e474ac621fc0d8da029e710734792e319d (diff)
MAINT-3555 : Consitency fix after merge of changeset f269634 in viewer-acme
Diffstat (limited to 'indra/newview/llfloatertwitter.cpp')
-rw-r--r--indra/newview/llfloatertwitter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llfloatertwitter.cpp b/indra/newview/llfloatertwitter.cpp
index 0b2987a3c1..f20d886b7f 100644
--- a/indra/newview/llfloatertwitter.cpp
+++ b/indra/newview/llfloatertwitter.cpp
@@ -51,8 +51,8 @@
#include "lltabcontainer.h"
#include "lltexteditor.h"
-static LLRegisterPanelClassWrapper<LLTwitterPhotoPanel> t_panel_photo("lltwitterphotopanel");
-static LLRegisterPanelClassWrapper<LLTwitterAccountPanel> t_panel_account("lltwitteraccountpanel");
+static LLPanelInjector<LLTwitterPhotoPanel> t_panel_photo("lltwitterphotopanel");
+static LLPanelInjector<LLTwitterAccountPanel> t_panel_account("lltwitteraccountpanel");
const S32 MAX_POSTCARD_DATASIZE = 1024 * 1024; // one megabyte
const std::string DEFAULT_PHOTO_LOCATION_URL = "http://maps.secondlife.com/";