diff options
author | Oz Linden <oz@lindenlab.com> | 2011-01-07 16:44:38 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-01-07 16:44:38 -0500 |
commit | 8a939212f4afef41c83cc35a14d7f2c2ee3ce6ba (patch) | |
tree | 5df698253963026fe43bb19f69507d4528c539dd /indra/newview/llpanellogin.h | |
parent | 346082965ac922a90f7c24bd97be807906b6a35f (diff) | |
parent | c132d20a7433e2d09e3521a15497f661fcbd18b8 (diff) |
merge changes for storm-826
Diffstat (limited to 'indra/newview/llpanellogin.h')
-rw-r--r-- | indra/newview/llpanellogin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanellogin.h b/indra/newview/llpanellogin.h index 83e76a308b..1ef6539ecc 100644 --- a/indra/newview/llpanellogin.h +++ b/indra/newview/llpanellogin.h @@ -85,6 +85,8 @@ public: private: friend class LLPanelLoginListener; void reshapeBrowser(); + void addFavoritesToStartLocation(); + void addUsersWithFavoritesToUsername(); static void onClickConnect(void*); static void onClickNewAccount(void*); // static bool newAccountAlertCallback(const LLSD& notification, const LLSD& response); |