diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2011-10-19 16:38:51 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2011-10-19 16:38:51 -0700 |
commit | 04d6bd302ba5809dc6aa1c33d91dc0737af6e033 (patch) | |
tree | 93a6f23db31d5295b2de795792f5063c231d2050 /indra/newview/llteleporthistorystorage.h | |
parent | 68649fbf2b358dd9029d4f0c68e7edadb0dd3da0 (diff) | |
parent | c290b0cc85f7a8b4514a36a2ceec9fefcb04ae8c (diff) |
merge
Diffstat (limited to 'indra/newview/llteleporthistorystorage.h')
-rw-r--r-- | indra/newview/llteleporthistorystorage.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llteleporthistorystorage.h b/indra/newview/llteleporthistorystorage.h index 6cae0a3454..cf4c85a991 100644 --- a/indra/newview/llteleporthistorystorage.h +++ b/indra/newview/llteleporthistorystorage.h @@ -93,9 +93,6 @@ public: void removeItem(S32 idx); void save(); - void load(); - - void dump() const; /** * Set a callback to be called upon history changes. @@ -113,6 +110,9 @@ public: private: + void load(); + void dump() const; + void onTeleportHistoryChange(); bool compareByTitleAndGlobalPos(const LLTeleportHistoryPersistentItem& a, const LLTeleportHistoryPersistentItem& b); |