diff options
author | Rick Pasetto <rick@lindenlab.com> | 2009-12-15 14:32:01 -0800 |
---|---|---|
committer | Rick Pasetto <rick@lindenlab.com> | 2009-12-15 14:32:01 -0800 |
commit | aba3d46fb47a4dab652254ed099037629a87dc24 (patch) | |
tree | fe8a7b0c079fef8ec800f1bff5db201c11273a8e /indra/newview/llpanellogin.h | |
parent | 89a8182c2cd8d04b85c70d82f654714b83afebb8 (diff) | |
parent | 4a92f49e7b129461010559f3c298620e9a589aab (diff) |
merge
Diffstat (limited to 'indra/newview/llpanellogin.h')
-rw-r--r-- | indra/newview/llpanellogin.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llpanellogin.h b/indra/newview/llpanellogin.h index 97350ce5c7..1fdc3a9361 100644 --- a/indra/newview/llpanellogin.h +++ b/indra/newview/llpanellogin.h @@ -71,6 +71,7 @@ public: static void addServer(const std::string& server, S32 domain_name); static void refreshLocation( bool force_visible ); + static void updateLocationUI(); static void getFields(std::string *firstname, std::string *lastname, std::string *password); @@ -102,7 +103,7 @@ private: static void onPassKey(LLLineEditor* caller, void* user_data); static void onSelectServer(LLUICtrl*, void*); static void onServerComboLostFocus(LLFocusableElement*); - + private: LLPointer<LLUIImage> mLogoImage; boost::scoped_ptr<LLPanelLoginListener> mListener; |